30 #include <ArduinoJson.h>
Definition: VirtualShield.h:50
void onJsonReceived(JsonObject &root, ShieldEvent *shieldEvent) override
Event called when a valid json message was received. Consumes the proper values for this sensor...
Definition: Orientation.cpp:45
double Y
Definition: Orientation.h:37
VirtualShield & shield
Definition: Sensor.h:55
double X
Definition: Orientation.h:36
double W
Definition: Orientation.h:39
Orientation(const VirtualShield &shield)
Initializes a new instance of the Orientation class.
Definition: Orientation.cpp:36
Definition: ShieldEvent.h:35
Definition: Orientation.h:34
double Z
Definition: Orientation.h:38