working led blinking properly well

This commit is contained in:
Filipriec
2025-10-09 20:52:20 +02:00
parent de1b818732
commit d8dad2fc22
9 changed files with 379 additions and 25 deletions

22
pwm_led2/.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
.build
.mbed
projectfiles
*.py*
# Local build directories
cmake_build/
BUILD/
mbed-os/
.mbed/
.mbedignore
*.elf
*.bin
*.hex
*.map
# IDE and temporary files
.vscode/
.idea/
*.log
*.pyc
__pycache__/