Koda za sprejemnik

main
Jurij Podgoršek 2023-06-28 17:54:15 +02:00
parent 2a41b283de
commit 52db28f7b7
5 changed files with 3 additions and 46090 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,9 +21,9 @@ uint8_t newMACAddress[] = {0x08, 0x3A, 0xF2, 0x50, 0xEF, 0x6C};
typedef struct sensor_msg { typedef struct sensor_msg {
uint8_t id; uint8_t id;
int16_t aX; float aX;
int16_t aY; float aY;
int16_t aZ; float aZ;
float qX; float qX;
float qY; float qY;
float qZ; float qZ;