mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 09:39:33 +00:00
Add missing includes to Arduino.h to make build more portable
This commit is contained in:
parent
f11ab2dc16
commit
52d31ba7a5
@ -11,6 +11,8 @@
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/poll.h>
|
||||
#include <chrono>
|
||||
#include <thread>
|
||||
|
||||
#define PI 3.1415926535897932384626433832795
|
||||
#define DEG_TO_RAD 0.017453292519943295769236907684886
|
||||
|
Loading…
x
Reference in New Issue
Block a user