fome-fw/firmware/controllers/gauges
Matthew Kennedy d5f9479f28
ObdCode is enum class (#77)
* change ObdCode to enum class builds firmware

* test builds

* don't need this line at all

* can we go down to uint16_t?
2023-04-12 23:44:33 -07:00
..
malfunction_central.cpp rename obd_code_e -> ObdCode 2023-04-11 16:32:47 -07:00
malfunction_central.h rename obd_code_e -> ObdCode 2023-04-11 16:32:47 -07:00
malfunction_indicator.cpp ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
malfunction_indicator.h
readme.md
tachometer.cpp ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
tachometer.h

readme.md

Gauges

This folder has code related to communication with the human behind the steering wheel: tachometer, check engine light, LCD etc etc.