Skip to content

Commit 60fd5e6

Browse files
jalrJakob Lechner
authored andcommitted
Use platformio
1 parent 938d113 commit 60fd5e6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+55
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.*.swp
22
*.o
3+
.pio

README.md

Lines changed: 34 additions & 0 deletions
File renamed without changes.

platformio.ini

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[platformio]
2+
src_dir = wordClock
3+
4+
[env:d1_mini]
5+
platform = espressif8266
6+
board = d1_mini
7+
framework = arduino
8+
upload_speed = 115200
9+
10+
[env:uno]
11+
platform = atmelavr
12+
board = uno
13+
framework = arduino
14+
15+
lib_deps =
16+
17+
18+
19+
20+

0 commit comments

Comments
 (0)