Skip to content

Commit

Permalink
Create platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jul 29, 2023
1 parent a7276f7 commit b9ba714
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[platformio]

; Default environment settings for library compilation
[env:default]
platform = atmelavr
board = uno
framework = arduino

; Environment settings for building the example sketch
[env:MuteUnmuteExample]
platform = atmelavr
board = uno
framework = arduino
src_dir = examples/MuteUnmuteExample

0 comments on commit b9ba714

Please sign in to comment.