Commit Graph

10 Commits

Author SHA1 Message Date
true cd0cfa1d40 minor cleanup in V003 code 2024-11-16 13:29:40 -08:00
true 1bc5289f4a implemented reading sub MCU version number 2024-10-28 00:24:16 -07:00
true da08600b40 add README.md 2024-10-27 23:48:04 -07:00
true ee4a12c9c5 finally fixed the last known bit of i2c corruption
needed to implement clock stretching on start/stop routines too.

program tick timer on sub MCU doesn't really need to be highest priority so made i2c higher priority.
2024-10-26 00:13:53 -07:00
true 0a940b692d some button fixes
buttons are now somewhat working properly, but register 0x12 (button debounce value) keeps getting overwritten / corrupted. once this is fixed then buttons will likley work properly.
2024-10-25 23:17:12 -07:00
true 6b84019e0b fixed button handler not reporting buttons correctly 2024-10-25 18:40:55 -07:00
true 56cd06876a fix systick, i2c interrupt handlers not defined as interrupt 2024-10-25 17:28:56 -07:00
true 58f357334a add missing MRS project files 2024-10-20 02:10:55 -07:00
true 9159a37dd2 V003: slave registers for buttons updated 2024-10-17 21:06:29 -07:00
true 576026f771 initial commit of work in progress code
The V003 sub MCU code is mostly initially written, though needs to be tested and fixed.
2024-10-12 21:59:33 -07:00