Arduino-TWI
Two-Wire Interface (TWI) library for Arduino
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
TWI.h
Go to the documentation of this file.
1
19
#ifndef HARDWARE_TWI_H
20
#define HARDWARE_TWI_H
21
#if defined(AVR) && defined(TWBR)
22
#include "
Hardware/AVR/TWI.h
"
23
#elif defined(SAM)
24
#include "
Hardware/SAM/TWI.h
"
25
#endif
26
#endif
TWI.h
TWI.h
src
Hardware
TWI.h
Generated on Sat Oct 14 2017 03:13:18 for Arduino-TWI by
1.8.11