Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verwendung von VS Code mit Platformio Konfigurationsdatei #99

Open
wants to merge 1 commit into
base: DEV
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ Network Trash Folder
Temporary Items
.apdisk

# Platform.io and Visual Studio Code folders
.pio/
.vscode/

# TonUINO
/tools/*.pyc
21 changes: 21 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[platformio]
src_dir = $PROJECT_DIR

[env:arduino]
platform = atmelavr
framework = arduino
board = nanoatmega328
lib_deps =
miguelbalboa/MFRC522@^1.4.9
jchristensen/JC_Button@^2.1.2
makuna/DFPlayer Mini Mp3 by Makuna@1.0.7