1
0
forked from me/IronOS
Files
IronOS/source/Core/Drivers
Ben V. Brown a0a779faba Custom tip type selection (#1977)
* Minor doc updates

* pydoc

* Draft tip selection menu

* Start linking in manual tip resistance

* Enable on Pinecilv1 / TS10x

* Fixup drawing tip type

* Update Settings.cpp

* Rename JBC type

* Add translations

* Handle one tip type

* Refactor header includes

* Fixup translation_IT.json

* Fixing up includes

* Format

* Apply suggestions from code review

Co-authored-by: discip <53649486+discip@users.noreply.github.com>

* Update Documentation/Hardware.md

Co-authored-by: discip <53649486+discip@users.noreply.github.com>

---------

Co-authored-by: = <=>
Co-authored-by: discip <53649486+discip@users.noreply.github.com>
2024-11-01 12:20:33 +11:00
..
2021-01-17 10:53:49 +11:00
2024-11-01 12:20:33 +11:00
2022-03-14 09:08:05 +11:00
2022-07-25 16:45:29 +10:00
2024-07-24 19:06:26 +10:00
2024-11-01 12:20:33 +11:00
2021-01-17 10:53:49 +11:00
2023-06-18 21:58:20 +10:00
2023-06-18 21:58:20 +10: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:53:49 +11:00
2024-11-01 12:20:33 +11:00
2021-01-17 09:43:55 +11:00
2022-04-03 12:37:27 +10:00
2021-01-17 10:53:49 +11:00
2024-06-08 14:33:06 +10:00
2024-11-01 12:20:33 +11:00
2023-06-03 20:05:31 +10:00
2024-11-01 12:20:33 +11:00
2023-06-03 20:05:31 +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