Files
platformio-core/examples/atmelavr-native-blink/platformio.ini
2014-06-02 20:55:20 +03:00

11 lines
190 B
INI

[env:arduino_pro5v]
platform = atmelavr
board_mcu = atmega168
board_f_cpu = 16000000L
upload_port = /dev/tty.SLAB_USBtoUART
upload_protocol = arduino
upload_speed = 19200
targets = upload