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

Exception for unknown full I2C address. More...

#include <HAL.hpp>

Public Member Functions

 i2c_full_address_unknown (uint8_t hwAddress, int bus=0)
 Construct a new i2c_full_address_unknown exception.
 

Detailed Description

Exception for unknown full I2C address.

Definition at line 140 of file HAL.hpp.

Constructor & Destructor Documentation

◆ i2c_full_address_unknown()

i2c_full_address_unknown::i2c_full_address_unknown ( uint8_t hwAddress,
int bus = 0 )
inline

Construct a new i2c_full_address_unknown exception.

Parameters
hwAddressI2C hardware address
busI2C bus

Definition at line 149 of file HAL.hpp.

◆ ~i2c_full_address_unknown()

virtual i2c_full_address_unknown::~i2c_full_address_unknown ( )
inlinevirtualnoexcept

Definition at line 157 of file HAL.hpp.


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