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 |
settings.json{ "C_Cpp.clang_format_style": "Visual Studio", "editor.formatOnSave": false, "[cpp]": { "editor.quickSuggestions": true }, "[c]": { "editor.quickSuggestions": true }, "C_Cpp.intelliSenseEngineFallback": "Enabled", "idf.portWin": "COM7", "files.associations": { "*.ipp": "c" } }