Files
@ e4270e6d9529
Branch filter:
Location: protofusion-esp32-template/README.md - annotation
e4270e6d9529
655 B
text/markdown
Clean up LED strip implementation, add single LED chase
f33558095284 f33558095284 f33558095284 a02651c5dd9b a02651c5dd9b f33558095284 f33558095284 f33558095284 f33558095284 f33558095284 f33558095284 f33558095284 f33558095284 f33558095284 a02651c5dd9b a02651c5dd9b a02651c5dd9b a02651c5dd9b a02651c5dd9b a02651c5dd9b a02651c5dd9b f33558095284 f33558095284 f33558095284 f33558095284 f33558095284 f33558095284 f33558095284 | # Protofusion ESP32S3 Template
## Configure
Set target with `idf.y set-target esp32s3`
Run menuconfig with `idf.py menuconfig` and choose the Protofusion menu option.
Rename the project by editing CMakeLists.txt and change `project(protofusion_template)` to reflect your project name
Note that clean doesn't always clean everything... do `idf.py fullclean` to make sure all generated files are removed (especially when switching processors).
## Build and Flash
Build the project
```bash
idf.py build
```
Flash to board and run monitor tool to view serial output:
```bash
idf.py flash monitor
```
(To exit the serial monitor, type ``Ctrl-]``.)
|