Static message display

This commit is contained in:
Andreas Fried 2019-01-06 00:37:22 +01:00
commit d9589b49de
6 changed files with 317 additions and 0 deletions

15
platformio.ini Normal file
View file

@ -0,0 +1,15 @@
; 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
; http://docs.platformio.org/page/projectconf.html
[env:uno]
platform = atmelavr
board = uno
framework = arduino
build_flags=-Wall -Wextra -O3