Commit Graph

4 Commits

Author SHA1 Message Date
6baa7b0bbb Got the encoder to work
+ added encoder mode support in timer driver
+ added external IRQ support in io driver
+ created 3D model for encoder cap
* tweaked ui lib for testing purposes
2020-02-02 22:20:10 +01:00
46cc635d31 Fixed GPIO config not working for pins 4 to 7
* modified mask form 0xFFFF to 0xFFFFFFFF
2020-01-26 16:25:17 +01:00
55de91c274 Extended timer driver
+ support for delays, blocking and non-blocking
+ improved period precision
! timer_delay_us probably not accurate at all
2020-01-15 22:05:51 +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