Move sensors in to own code file
This commit is contained in:
parent
9c01dc2435
commit
9ebb45cdbe
4 changed files with 84 additions and 59 deletions
5
.vscode/c_cpp_properties.json
vendored
5
.vscode/c_cpp_properties.json
vendored
|
@ -3,11 +3,12 @@
|
|||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"/home/rob/Arduino/libraries/Adafruit_ADS1X15",
|
||||
"/home/rob/Arduino/libraries/",
|
||||
"/home/rob/.arduino15/packages/esp8266/tools/**",
|
||||
"/home/rob/.arduino15/packages/esp8266/hardware/esp8266/2.4.0/**",
|
||||
"/home/rob/Apps/arduino-1.8.5/tools/**",
|
||||
"/home/rob/Apps/arduino-1.8.5/hardware/arduino/avr/**"
|
||||
"/home/rob/Apps/arduino-1.8.5/hardware/arduino/avr/**",
|
||||
"/home/rob/.arduino15/staging/libraries"
|
||||
],
|
||||
"intelliSenseMode": "clang-x64",
|
||||
"compilerPath": "/usr/bin/gcc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue