- Oregon
- https://gorge.works
-
Software/Firmware developer:
Languages of choice: C, Rust, sh and bash, python, AVR assembly/Risc-V assembly
Editors: Vim, Hx(Helix), vscode(Open source version)
CLI Tools: Links, Tmux, grep/ripgrep, git
- Joined on
2022-12-13
jakegoodwin
created branch ch32v in TDD-Templates/cmake_cpputest_template
2025-03-07 01:42:13 +00:00
[FEAT] Add powershell script to automate build and flashing.
The needed lines have been added into the reame file.
[FEAT] Add powershell script to automate build and flashing.
[BUG] Lower duty cycle PWM results in motor stall conditions
A minimum of duty cycle for the PWM has been setup so this is no longer a issue.
[BUG] Lower duty cycle PWM results in motor stall conditions
[BUG] Lower duty cycle PWM results in motor stall conditions
Added speed control during the motor movement loop. This should help better test the duty cycle. Now it's configured with a F_CPU equal to 1/8 of the crystal so 9.6/8=1.2. I think this could…