Arduino-TWI
Two-Wire Interface (TWI) library for Arduino
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