OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
Loading...
Searching...
No Matches
gpio_error Class Reference

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.
 

Detailed Description

Exception for invalid GPIO pin numbers.

Definition at line 96 of file SimWheelTypes.hpp.

Constructor & Destructor Documentation

◆ gpio_error()

gpio_error::gpio_error ( uint8_t value,
const std::string & reason )
inline

Construct a new gpio_error exception.

Parameters
valueGPIO pin number
reasonMessage describing the error

Definition at line 106 of file SimWheelTypes.hpp.


The documentation for this class was generated from the following file: