#include <OneWireSlave.h>
|
unsigned char | rom [8] = {DS2415, 0xE2, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00} |
|
char | rtccountr_in [5] = { 0x00, 0x00, 0x00, 0x00, 0x00} |
|
char | rtccountr_out [5] = {B11110000, 0x01, 0x23, 0xCD, 0xEF} |
|
void debugPrint |
( |
int |
time | ) |
|
OneWireSlave ds |
( |
OWPin |
| ) |
|
void FlashLED_blocking |
( |
void |
| ) |
|
OneWirePJON device status update function.
- Returns
- (void)
Arduino IDE: put your setup code here, to run once.
unsigned char rom[8] = {DS2415, 0xE2, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00} |
char rtccountr_in[5] = { 0x00, 0x00, 0x00, 0x00, 0x00} |
char rtccountr_out[5] = {B11110000, 0x01, 0x23, 0xCD, 0xEF} |