![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
Generic analog multiplexer chip. More...
#include <InputSpecification.hpp>
Public Member Functions | |
| AnalogMultiplexerChip (InputGPIO inputPin) | |
| Construct a new Analog Multiplexer Chip object. | |
| void | reserve_and_book () |
| Reserve the input pin and book all input numbers. | |
| InputGPIO | getInputGPIO () |
| Get the input GPIO pin. | |
Generic analog multiplexer chip.
| PinTags | Chip's pin tags |
Definition at line 151 of file InputSpecification.hpp.
|
inline |
Construct a new Analog Multiplexer Chip object.
| inputPin | Input GPIO attached to the multiplexed signal |
Definition at line 159 of file InputSpecification.hpp.
|
inline |
Get the input GPIO pin.
Definition at line 179 of file InputSpecification.hpp.
|
inline |
Reserve the input pin and book all input numbers.
Definition at line 167 of file InputSpecification.hpp.