Firmware SDK
twr_onewire_ds2484.h
1 #ifndef _TWR_ONEWIRE_DS2484_H
2 #define _TWR_ONEWIRE_DS2484_H
3 
4 #include <twr_onewire.h>
5 #include <twr_ds2484.h>
6 
10 
13 
14 void twr_onewire_ds2484_init(twr_onewire_t *onewire, twr_ds2484_t *twr_ds2484);
15 
17 
18 #endif // _TWR_ONEWIRE_GPIO_H
struct twr_ds2484_t twr_ds2484_t
TMP112 instance.
Definition: twr_ds2484.h:23
struct twr_onewire_t twr_onewire_t
1-Wire instance
Definition: twr_onewire.h:14
void twr_onewire_ds2484_init(twr_onewire_t *onewire, twr_ds2484_t *twr_ds2484)
Initialize 1-Wire.