#include <inttypes.h>

Go to the source code of this file.
Data Structures | |
| class | WaspSensorPrototyping |
| WaspSensorPrototyping Class. More... | |
Defines | |
| #define | SENS_RELAY_ON 0 |
| Sensor Board Relay Power Mode. ON in this case. | |
| #define | SENS_RELAY_OFF 1 |
| Sensor Board Relay Power Mode. OFF in this case. | |
| #define | RELAY_PIN DIGITAL2 |
| Digital pin used for managing the relay. | |
Variables | |
| WaspSensorPrototyping | SensorProto |
| #define RELAY_PIN DIGITAL2 |
Digital pin used for managing the relay.
Definition at line 62 of file WaspSensorPrototyping.h.
Referenced by WaspSensorPrototyping::setRelayMode(), and WaspSensorPrototyping::WaspSensorPrototyping().
| #define SENS_RELAY_OFF 1 |
Sensor Board Relay Power Mode. OFF in this case.
Definition at line 56 of file WaspSensorPrototyping.h.
Referenced by WaspSensorPrototyping::setRelayMode().
| #define SENS_RELAY_ON 0 |
Sensor Board Relay Power Mode. ON in this case.
Definition at line 55 of file WaspSensorPrototyping.h.
Referenced by WaspSensorPrototyping::setRelayMode().
Definition at line 135 of file WaspSensorPrototyping.cpp.
1.5.6