Commit Graph

10 Commits

Author SHA1 Message Date
1962135e79 Apply cargo fmt 2024-10-14 13:25:49 +08:00
1b2f2f3888 update code to use stm32f4xx-hal 0.10.1 API 2022-03-02 17:21:17 +08:00
b1b6d1ea94 fixes 2020-09-14 00:12:28 +02:00
1711feae84 timer: define sleep() as pub 2020-05-31 19:54:18 +02:00
f9b55508dd ad5680: keep sync high for 1ms 2020-05-28 20:45:42 +02:00
9c3485d05f timer: increase rate to 500 Hz
timestamp precision: 0.002s
2020-03-21 00:07:18 +01:00
3f6bb05001 setup clocks to 168 mhz, adjust TIMER_RATE to 20
systick must elapse more often at higher clock.
2019-03-18 22:04:34 +01:00
19a1609238 doc 2019-03-18 21:41:51 +01:00
7423f23969 timer: lower TIMER_RATE to 10 Hz
1 Hz would be sufficient for the current OUTPUT_INTERVAL but that seems
too low for the hardware.
2019-03-18 21:41:18 +01:00
7ce7ff2a6d add timer with systick 2019-03-14 18:22:33 +01:00