Move sensors in to own code file

This commit is contained in:
Robert Marshall 2018-09-22 09:22:12 +01:00
parent 9c01dc2435
commit 9ebb45cdbe
4 changed files with 84 additions and 59 deletions

View file

@ -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",