1
0
forked from me/IronOS
Files
IronOS/source/Core/Drivers
Ben V. Brown d9c88c9e71 Sequre T55 Support (#1928)
* Add T55 to build

* Approx in T55

* Update ThermoModel.cpp

* use PT1000 lookup logic

* Handle no accelerometer

* Setup for temp reading

* Lock max temp

* No movement pin

* Compensate for heater coil resistance change

* Fix min offset for T55

* Fixup font for T55

* Update draw_profile_advanced.cpp

* Update draw_temperature_change.cpp

---------

Co-authored-by: discip <53649486+discip@users.noreply.github.com>
2024-07-24 19:06:26 +10:00
..
2021-01-17 10:53:49 +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-07-09 19:20:02 +10: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
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-07-09 19:20:02 +10:00
2023-06-03 20:05:31 +10:00
2024-07-09 19:20:02 +10: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