Struct GpInput::Data
Defined in File gp_input.hpp
Nested Relationships
This struct is a nested type of Class GpInput.
Struct Documentation
-
struct Data
Public Functions
-
inline Data()
Public Members
-
uint16_t digital_input
-
std::vector<uint16_t> analog_input
This currently returns 4 unsigned shorts containing analog values that vary between 0 and 4095. These represent the values coming in on the analog pins.
-
inline Data()