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

Exception for I2C devices not found. More...

#include <HAL.hpp>

Public Member Functions

 i2c_device_not_found (uint8_t address, int bus=0)
 Construct a new i2c_device_not_found exception.
 

Detailed Description

Exception for I2C devices not found.

Definition at line 116 of file HAL.hpp.

Constructor & Destructor Documentation

◆ i2c_device_not_found()

i2c_device_not_found::i2c_device_not_found ( uint8_t address,
int bus = 0 )
inline

Construct a new i2c_device_not_found exception.

Parameters
addressI2C hardware or full address
busI2C bus

Definition at line 125 of file HAL.hpp.

◆ ~i2c_device_not_found()

virtual i2c_device_not_found::~i2c_device_not_found ( )
inlinevirtualnoexcept

Definition at line 133 of file HAL.hpp.


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