#pragma once // Minimal Arduino.h stub for host-side compilation of MeshCore core sources. #include #include #include using std::size_t; #include #include #include #include typedef bool boolean; typedef uint8_t byte; #ifndef F #define F(x) (x) #endif inline unsigned long millis() { return 0; } inline void delay(unsigned long) {}