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 |
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", } ] }