Files

copied

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
c_cpp_properties.json
{ "configurations": [ { "name": "Linux", "cStandard": "c11", "cppStandard": "c++17", "includePath": [ "${config:idf.espIdfPath}/components/**", "${config:idf.espIdfPathWin}/components/**", "${workspaceFolder}/**" ], "browse": { "path": [ "${config:idf.espIdfPath}/components", "${config:idf.espIdfPathWin}/components", "${workspaceFolder}" ], "limitSymbolsToIncludedHeaders": false }, "compileCommands": "${workspaceFolder}/build/compile_commands.json" } ], "version": 4 }
Report a bug