Explicitly include Arduino.h to make it possible to create a future compat layer to run on a normal computer

This commit is contained in:
Quinten Kock 2020-06-15 23:20:11 +02:00
parent 0b9f92218c
commit a4bc961b2c
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#include <Arduino.h>
#include "Board.h"
#include "Move.h"
#include "Types.h"