Windows Virtual Shields for Arduino
Classes | Macros | Typedefs | Variables
VirtualShield.h File Reference
#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
 

Macro Definition Documentation

#define CONNECT_HASH   0xA91A
#define PING_HASH   0x2CFE
#define REFRESH_HASH   0xC5BF
#define RESUME_HASH   0x3549
#define SUSPEND_HASH   0xC15E

Typedef Documentation

typedef unsigned int UINT

Variable Documentation

const long DEFAULT_BAUDRATE = 115200
const long WAITFOR_TIMEOUT = 30000