1
0
forked from me/IronOS
Files
IronOS/source/Core/Drivers
Ben V. Brown a73f634cff Pinecil pd tweaking (#1272)
* Raise PD max to 21V

* gui -> settingsGUI

* VBus probe cache

* Rough pass PD capabilities display

* Cleanup build errors

* PD Debug menu working

* Update make_translation.py

* settingsGUI

* Update GUIThread.cpp

* Nicer debug prints

* Show VBus in PD debug

* Update GUIThread.cpp

* Update make_translation.py

* Add docs

* Build tweaks for TS80P 😢

* Show PPS ranges
2022-04-03 12:58:07 +10:00
..
2022-02-06 14:41:49 +11:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:48:52 +11:00
2021-01-17 10:53:49 +11:00
2022-04-02 12:39:14 +11:00
2022-03-14 09:08:05 +11:00
2022-04-03 12:58:07 +10:00
2021-01-17 10:53:49 +11:00
2022-04-02 12:39:14 +11:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:48:52 +11:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:53:49 +11:00
2021-04-27 21:35:07 +10:00
2021-01-17 10:53:49 +11:00
2022-02-05 12:39:40 +11:00
2021-01-17 09:43:55 +11:00
2022-04-03 12:37:27 +10:00
2022-04-03 12:37:27 +10:00
2022-04-03 12:37:27 +10:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:48:52 +11:00
2021-01-17 10:53:49 +11:00
2021-02-24 20:30:36 +11:00
2022-04-03 12:58:07 +10:00
2022-04-03 12:58:07 +10:00
2021-04-28 21:08:42 +10:00
2021-04-28 21:08:42 +10:00
2021-05-04 18:54:09 +10:00

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