arduino-emulator
Loading...
Searching...
No Matches
ArduinoCore-Linux
cores
arduino
Platform.h
1
#pragma once
2
3
#if defined(_WIN32)
4
#define ARDUINO_EMULATOR_WINDOWS 1
5
#else
6
#define ARDUINO_EMULATOR_WINDOWS 0
7
#endif
8
9
#if defined(__linux__)
10
#define ARDUINO_EMULATOR_LINUX 1
11
#else
12
#define ARDUINO_EMULATOR_LINUX 0
13
#endif
Generated by
1.9.8