summaryrefslogtreecommitdiffstats
path: root/radiator-plc/stm32/app/1wire.h
blob: edfc1b9c9e8dbab3e545d7e21b7551b2e3dbf879 (plain)
1
2
3
4
5
6
7
8
9
#define ONEWIRE_SKIP_ROM 0xcc
#define ONEWIRE_SEARCH_ROM 0xf0
#define ONEWIRE_MATCH_ROM 0x55

#define ONEWIRE_ADDR_LEN 8
typedef struct {
  uint8_t a[ONEWIRE_ADDR_LEN];
} Onewire_addr;