Updated project configuration

fixed gitignore
added libdeps
This commit is contained in:
Rohan Sircar 2020-08-02 00:27:22 +05:30
parent 0df76c70a5
commit 905d8b3163
3 changed files with 6 additions and 21 deletions

3
.gitignore vendored
View File

@ -1,7 +1,4 @@
.pio
.pioenvs
.piolibdeps
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode

View File

@ -10,7 +10,11 @@
[env:nanoatmega328]
platform = atmelavr
; lib_extra_dirs = ~/Documents/Arduino/libraries
board = nanoatmega328
framework = arduino
monitor_speed = 115200
lib_deps =
ArduinoJson@5.13.4
Streaming
RTClib@1.2.0

View File

@ -1,16 +0,0 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": ["__AVR_ATmega328p__"],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}