![]() |
Windows Virtual Shields for Arduino
|
#include "Arduino.h"
#include <ArduinoJson.h>
#include "Sensor.h"
#include "ShieldEvent.h"
#include "Attr.h"
Go to the source code of this file.
Classes | |
class | VirtualShield |
Macros | |
#define | REFRESH_HASH 0xC5BF |
#define | CONNECT_HASH 0xA91A |
#define | PING_HASH 0x2CFE |
#define | SUSPEND_HASH 0xC15E |
#define | RESUME_HASH 0x3549 |
Typedefs | |
typedef unsigned int | UINT |
Variables | |
const long | DEFAULT_BAUDRATE = 115200 |
const long | WAITFOR_TIMEOUT = 30000 |
#define CONNECT_HASH 0xA91A |
#define PING_HASH 0x2CFE |
#define REFRESH_HASH 0xC5BF |
#define RESUME_HASH 0x3549 |
#define SUSPEND_HASH 0xC15E |
typedef unsigned int UINT |
const long DEFAULT_BAUDRATE = 115200 |
const long WAITFOR_TIMEOUT = 30000 |