at24cm0x 1.0
at24cm0x driver library
Loading...
Searching...
No Matches
TWI_defines.h
Go to the documentation of this file.
1
21
22#ifndef TWI_DEFINES_H_
23#define TWI_DEFINES_H_
24
25 #ifndef TWI_ACKNOWLEDGE
33 #define TWI_ACKNOWLEDGE 0x01
34 #endif
35
36 #ifndef TWI_NACKNOWLEDGE
44 #define TWI_NACKNOWLEDGE 0x00
45 #endif
46
47 #ifndef TWI_WRITE
55 #define TWI_WRITE 0x00
56 #endif
57
58 #ifndef TWI_READ
66 #define TWI_READ 0x01
67 #endif
68
69#endif /* TWI_DEFINES_H_ */