Files
Scanning the repository...
Last update 2 years 3 weeks
by Darren Winter
| FilesFirmware | |
|---|---|
| .. | |
| .gitkeep | |
| CMakeLists.txt | |
| c_cpp_properties.json | |
| launch.json | |
| main.c | |
| settings.json | |
| shtc3.c | |
| shtc3.h | |
| tasks.json |
launch.json{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "espidf", "name": "Launch", "request": "launch", } ] }