Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
driver.hpp File Reference

Umbrella header for all MCU drivers. More...

#include <sbl/hw/driver/gpio.hpp>
#include <sbl/hw/driver/timer.hpp>
#include <sbl/hw/driver/uart.hpp>
#include <sbl/hw/driver/init.hpp>
Include dependency graph for driver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Umbrella header for all MCU drivers.

Includes all driver headers:

Driver implementations are platform-specific and come from sbl-hardware. The correct implementation is selected at build time based on your target.

Definition in file driver.hpp.