blob: 9b5ebf91d6d76a3d00b12fcc83e43dcac79a5583 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Drivers
Drivers are the classes used to represent physical hardware on the board in a more abstract way, that are more complex than just an IO
* OLED Display
* Accelerometers
* Button handling logic
* Tip thermo response modelling
All drivers should be written with minimal hardware assumptions, and defer hardware related logic to the BSP folder where possible
|