|
sketchbook
|
#include "OneWireHub.h"#include "DS2438.h"Functions | |
| bool | blinking (void) |
| void | setup () |
| void | loop () |
Variables | |
| constexpr uint8_t | pin_led { 13 } |
| constexpr uint8_t | pin_onewire { 8 } |
| auto | hub = OneWireHub(pin_onewire) |
| auto | ds2438 = DS2438( DS2438::family_code, 0x00, 0x00, 0x38, 0x24, 0xDA, 0x00 ) |
| bool blinking | ( | void | ) |
| void loop | ( | void | ) |
OneWirePJON device status update function.
Arduino IDE: put your main code here, to run repeatedly.
| void setup | ( | void | ) |
Arduino IDE: put your setup code here, to run once.
| auto ds2438 = DS2438( DS2438::family_code, 0x00, 0x00, 0x38, 0x24, 0xDA, 0x00 ) |
| auto hub = OneWireHub(pin_onewire) |
| constexpr uint8_t pin_led { 13 } |
| constexpr uint8_t pin_onewire { 8 } |
1.8.6