It actually makes pulses at 1ms intervals here. Saving this moment.

This commit is contained in:
Hakan Bastedt
2024-01-05 17:46:31 +01:00
parent 1168f7e5ad
commit ed168df64e
2 changed files with 35 additions and 39 deletions

View File

@@ -17,7 +17,7 @@ debug_tool = stlink
debug_build_flags = -O0 -g -ggdb
monitor_port = COM7
monitor_speed = 115200
build_flags = -Wl,--no-warn-rwx-segment
build_flags = -O0 -Wl,--no-warn-rwx-segment
lib_deps =
SPI
rlogiacco/CircularBuffer@^1.3.3