aboutsummaryrefslogtreecommitdiffhomepage
path: root/source/Core/Drivers/README.md
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2021-01-17 09:43:55 +1100
committerBen V. Brown <[email protected]>2021-01-17 09:43:55 +1100
commit184b2c909fae43c10261c0288cfa4e021b3f5a3d (patch)
treef0c6b83e5b5af721f4a6a0580107ca1b5a0edac1 /source/Core/Drivers/README.md
parentad37c752cc4a59ee5ca8e22bce70a7078e1bd46f (diff)
downloadIronOS-184b2c909fae43c10261c0288cfa4e021b3f5a3d.tar.gz
IronOS-184b2c909fae43c10261c0288cfa4e021b3f5a3d.zip
./workspace/TS100 -> ./source/
Diffstat (limited to 'source/Core/Drivers/README.md')
-rw-r--r--source/Core/Drivers/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/Core/Drivers/README.md b/source/Core/Drivers/README.md
new file mode 100644
index 00000000..9b5ebf91
--- /dev/null
+++ b/source/Core/Drivers/README.md
@@ -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 \ No newline at end of file