9 Commits

Author SHA1 Message Date
43b4f4aa20 ► Warning fixes
- Changed all float constants to use f suffix to prevent double conversions
- Removed compile warnings due to HAL_GPIO_* related calls
- Added comms.h with prototypes for functions which were used in main()
- Casts and externs to fix compile warnings in various files.
- Made a bunch of file-local variables static.
- Fixed buzzerFreq/buzzerPattern extern declarations with correct type (uint8_t)
- Since this is C, void func() { } needs to be void func(void) { }, so fixed that in all instances.
These updates follows from @trollcop
2019-06-10 20:18:37 +02:00
de94812483 debug serial can use USART2 and USART3 2018-09-03 23:56:08 +02:00
612dce68ea fixed serial debug output, backward beep and low bat beeps work now together, low bat beeps can now be disabled, added inactivity timeout 2018-07-25 12:54:13 +02:00
a31ea1dcd1 fixed and improved serial debug output 2018-07-22 20:25:40 +02:00
38cb5992f2 added more setScopeChannel for debug output, fixed line ending in debug output 2018-07-21 12:09:31 +02:00
fd49c006f7 ADD: Wii Nunchuck control 2018-04-08 00:03:35 +02:00
6842f7b7fe ADD: buzzer, undervoltage lockout, safe poweroff, foo 2018-02-10 01:37:36 +01:00
10da0983c6 modified the scope function 2018-02-09 10:11:46 +01:00
94907b91cf refactored code, moved user-relevant defines to config.h 2018-02-09 08:53:25 +01:00