![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
Exception for invalid GPIO pin numbers. More...
#include <SimWheelTypes.hpp>
Public Member Functions | |
| gpio_error (uint8_t value, const std::string &reason) | |
| Construct a new gpio_error exception. | |
Exception for invalid GPIO pin numbers.
Definition at line 96 of file SimWheelTypes.hpp.
|
inline |
Construct a new gpio_error exception.
| value | GPIO pin number |
| reason | Message describing the error |
Definition at line 106 of file SimWheelTypes.hpp.