initial
This commit is contained in:
10
main/kartMessage.hpp
Normal file
10
main/kartMessage.hpp
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef KART_MESSAGE_HPP
|
||||
#define KART_MESSAGE_HPP
|
||||
#include "Arduino.h"
|
||||
|
||||
typedef struct {
|
||||
uint32_t kart_id;
|
||||
uint32_t transmision;
|
||||
} kart_msg;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user