arduino-emulator
Loading...
Searching...
No Matches
ArduinoCore-Linux
cores
arduino
DesktopSocket.h
1
#pragma once
2
#include "Platform.h"
3
4
#if ARDUINO_EMULATOR_WINDOWS
5
#include "DesktopSocketWindows.h"
6
#else
7
#include "DesktopSocketPosix.h"
8
#endif
Generated by
1.9.8