adds blocking pwm working impl for the spinnyboy in rust based on the esp32c6

This commit is contained in:
Robert Schauklies 2025-12-21 18:52:16 +01:00
parent dd341bbb67
commit 6f2ab7cb95
9 changed files with 1490 additions and 0 deletions

22
spinnyboy_rust/.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# will have compiled files and executables
debug/
target/
# Editor configuration
.vscode/
.zed/
.helix/
.nvim.lua
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/