Initial commit
This commit is contained in:
commit
1e257669de
4 changed files with 209 additions and 0 deletions
26
.vscode/c_cpp_properties.json
vendored
Normal file
26
.vscode/c_cpp_properties.json
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"/home/rob/Arduino/libraries/Adafruit_ADS1X15",
|
||||
"/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/**"
|
||||
],
|
||||
"intelliSenseMode": "clang-x64",
|
||||
"compilerPath": "/usr/bin/gcc",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17"
|
||||
},
|
||||
{
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"C:\\Users\\Rob\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\**",
|
||||
"C:\\Users\\Rob\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\2.4.0\\**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue