AvrIO  1.4.5
Bibliothèque C modulaire pour ATMEL AVR
ow-ds2890.h
1 
18 #ifndef _AVRIO_OW_DS2890_H_
19 #define _AVRIO_OW_DS2890_H_
20 
21 #include <avrio/defs.h>
22 #include <avrio/ow.h>
23 
24 __BEGIN_C_DECLS
25 /* ========================================================================== */
33 /* macros =================================================================== */
34 /* constants ================================================================ */
35 #define DS2890_FAMILY_ID 0x2c
36 
37 /* internal public functions ================================================ */
38 
47 int iDs2890SetPosition (xOwDevice * device, uint8_t position);
48 
54 /* ========================================================================== */
55 __END_C_DECLS
56 #endif /* _AVRIO_OW_DS2890_H_ */
int iDs2890SetPosition(xOwDevice *device, uint8_t position)
Set the wiper position of a DS2890.
Circuit sur le bus 1wire.
Definition: ow.h:64