Michael Waiblinger
9 years ago
2 changed files with 15 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
#include <Arduino.h> |
|||
|
|||
typedef struct CAN_telegram { |
|||
uint32_t id; |
|||
uint8_t len; |
|||
uint8_t buf[8]; |
|||
} CAN_telegram; |
|||
|
|||
typedef struct OW_switch { |
|||
uint8_t nick; |
|||
uint8_t addr[8]; |
|||
uint8_t last_state; |
|||
// CAN_telegram event[2];
|
|||
} OW_switch; |
Loading…
Reference in new issue