#pragma once #include #define UDP_WHO_AM_I "AI" #define UDP_PORT 26662 class RemoteControl { public: static uint8_t sendData(uint16_t top, uint16_t left, uint16_t bottom, uint16_t right); };