initial
This commit is contained in:
17
main/kartSender.hpp
Normal file
17
main/kartSender.hpp
Normal file
@ -0,0 +1,17 @@
|
||||
#ifndef KART_SENDER_HPP
|
||||
#define KART_SENDER_HPP
|
||||
|
||||
#include "Arduino.h"
|
||||
|
||||
class KartSender {
|
||||
public:
|
||||
void Init();
|
||||
void Send();
|
||||
|
||||
private:
|
||||
uint32_t transmission_counter = 0;
|
||||
};
|
||||
|
||||
extern KartSender kart_sender;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user