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 | 
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 }
 
 
 
 
 
 
 
