oled 1.0
OLED Graphics Control Library
Loading...
Searching...
No Matches
TWI_defines.h
Go to the documentation of this file.
1
22
23#ifndef TWI_DEFINES_H_
24#define TWI_DEFINES_H_
25
26 #ifndef TWI_ACKNOWLEDGE
34 #define TWI_ACKNOWLEDGE 0x01
35 #endif
36
37 #ifndef TWI_NACKNOWLEDGE
45 #define TWI_NACKNOWLEDGE 0x00
46 #endif
47
48 #ifndef TWI_WRITE
56 #define TWI_WRITE 0x00
57 #endif
58
59 #ifndef TWI_READ
67 #define TWI_READ 0x01
68 #endif
69
70#endif /* TWI_DEFINES_H_ */