Files
There are no circuits or boards in this repository.
Last update 1 year 2 months
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" } }