Skip to content

Commit 8995f25

Browse files
jalrJakob Lechner
authored andcommitted
Use platformio
1 parent 938d113 commit 8995f25

63 files changed

Lines changed: 50 additions & 0 deletions

Some content is hidden

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

.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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
lib_deps =
11+
Adafruit NeoPixel@1.3.2
12+
Time@1.5
13+
Timezone@1.2.2
14+
PubSubClient@2.7
15+

0 commit comments

Comments
 (0)