|
Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
I2C handle type for hardware abstraction. More...
#include <cstdint>Go to the source code of this file.
Classes | |
| struct | sbl::I2cHandle |
| I2C peripheral handle. More... | |
Namespaces | |
| namespace | sbl |
| Root namespace for all Sound Byte Libs functionality. | |
I2C handle type for hardware abstraction.
Canonical definition of I2cHandle - the primary way to reference I2C peripherals in SBL. Used by drivers, generated hardware configs, and user code.
Definition in file handle.hpp.