1
0
forked from me/IronOS

./workspace/TS100 -> ./source/

This commit is contained in:
Ben V. Brown
2021-01-17 09:43:55 +11:00
parent ad37c752cc
commit 184b2c909f
325 changed files with 41 additions and 441 deletions

View File

@@ -0,0 +1,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