24 lines
417 B
INI
24 lines
417 B
INI
; Project Configuration File
|
|
; Docs: http://docs.platformio.org/en/latest/projectconf.html
|
|
|
|
[env:uno]
|
|
platform = atmelavr
|
|
framework = arduino
|
|
board = uno
|
|
|
|
[env:nodemcu]
|
|
platform = espressif
|
|
framework = arduino
|
|
board = nodemcu
|
|
|
|
[env:teensy31]
|
|
platform = teensy
|
|
framework = arduino
|
|
board = teensy31
|
|
|
|
[env:lpmsp430g2553]
|
|
platform = timsp430
|
|
framework = energia
|
|
board = lpmsp430g2553
|
|
build_flags = -D LED_BUILTIN=RED_LED
|