Files
IronOS/source/Core/Drivers
Ivan Zorin 18e936ae6d
Some checks are pending
Docs / deploy-docs (push) Waiting to run
CI / build (MHP30) (push) Waiting to run
CI / build (Pinecil) (push) Waiting to run
CI / check_shell (push) Waiting to run
CI / check_readme (push) Waiting to run
CI / build (Pinecilv2) (push) Waiting to run
CI / build (S60) (push) Waiting to run
CI / build (S60P) (push) Waiting to run
CI / build (TS100) (push) Waiting to run
CI / build (TS101) (push) Waiting to run
CI / build (TS80) (push) Waiting to run
CI / build (TS80P) (push) Waiting to run
CI / build_multi-lang (Pinecil) (push) Waiting to run
CI / build_multi-lang (Pinecilv2) (push) Waiting to run
CI / upload_metadata (push) Blocked by required conditions
CI / tests (push) Waiting to run
CI / check_c-cpp (push) Waiting to run
CI / check_python (push) Waiting to run
Implement OLED::drawUnavailableIcon() to simplify duplicated calls (#1947)
2024-07-12 00:34:12 +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-02-25 22:04:48 +11: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
2024-06-01 16:36:34 +10: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