Add missing includes to Arduino.h to make build more portable

This commit is contained in:
Oleg Kalachev 2025-07-01 02:38:47 +03:00
parent f11ab2dc16
commit 52d31ba7a5

View File

@ -11,6 +11,8 @@
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#include <sys/poll.h> #include <sys/poll.h>
#include <chrono>
#include <thread>
#define PI 3.1415926535897932384626433832795 #define PI 3.1415926535897932384626433832795
#define DEG_TO_RAD 0.017453292519943295769236907684886 #define DEG_TO_RAD 0.017453292519943295769236907684886