Firmware SDK
twr_module_x1.h
1 #ifndef _TWR_MODULE_X1_H
2 #define _TWR_MODULE_X1_H
3 
4 #include <twr_onewire.h>
5 
9 
13 
14 bool twr_module_x1_init(void);
15 
18 
20 
22 
23 #endif // _TWR_MODULE_X1_H
bool twr_module_x1_init(void)
Initialize X1 Module.
Definition: twr_module_x1.c:19
twr_onewire_t * twr_module_x1_get_onewire(void)
Initialize and get Instance 1-Wire for channel B.
Definition: twr_module_x1.c:50
struct twr_onewire_t twr_onewire_t
1-Wire instance
Definition: twr_onewire.h:14