AvrIO  1.4.5
Bibliothèque C modulaire pour ATMEL AVR
twi_addr.h
1 
22 #ifndef _AVRIO_TWI_ADDR_H_
23 #define _AVRIO_TWI_ADDR_H_
24 
25 #include <avrio/defs.h>
26 
27 __BEGIN_C_DECLS
28 /* ========================================================================== */
29 #if ! defined(__DOXYGEN__)
30 
31 /* PCF2119 - I2C */
32 #define PCF2119_BASE 0x74
33 #define PCF2119_SA0 0x02
35 /* ST7032 - I2C */
36 #define ST7032_BASE 0x7C
38 /* THMI - I2C */
39 #define THMI_BASE 0x7E
41 #endif /* __DOXYGEN__ not defined */
42 
43 /* ========================================================================== */
44 __END_C_DECLS
45 #endif /* _AVRIO_TWI_ADDR_H_ not defined */