TiltAlarm/platformio.ini

26 lines
670 B
INI

; 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:attiny85]
platform = atmelavr
board = attiny85
board_build.f_cpu = 1000000L
framework = arduino
upload_protocol = usbtiny
upload_flags = -e
upload_speed = 19200
; Use 'pio run -t fuses' to set these fuses
board_fuses.lfuse = 0x62
board_fuses.hfuse = 0xDF
board_fuses.efuse = 0x62
lib_deps = tinySPI