Commit Graph

5 Commits

Author SHA1 Message Date
9ee81f0024 Got th UI to work as intended
* fixed global variable not being initialized
* fixed fan control formulas
* inverted encoder counting
+ added 3D support for adapter
2020-02-21 17:50:45 +01:00
5e65b9156a LCD driver is fixed (in a crappy way)
* fixed weird bug in lcd driver
+ imported graphs for the thermistor
* updated linker file to better fit the device used (more to be done)
2020-02-01 14:53:52 +01:00
45fde375b8 Working initialisation on LCD
+ lcd driver
+ lcd doc (HD44780)
2020-01-26 16:59:04 +01:00
820b159a4b Added temps graph
+ therics values of temperature based on the restistor's value
2020-01-23 17:57:31 +01:00
14fb2033c2 blink !
Timers are working and so are GPIOs in output mode
the program contain a basic blink cadenced on a timer IRQ
2019-12-02 22:49:10 +01:00