Struct GpInput::Data

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.