25 lines
662 B
INI
25 lines
662 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
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:attiny85]
|
|
platform = atmelavr
|
|
board = attiny85
|
|
board_build.f_cpu =8000000L
|
|
framework = arduino
|
|
upload_protocol=stk500v1
|
|
|
|
upload_port = /dev/ttyUSB1
|
|
upload_speed = 19200
|
|
|
|
upload_flags =
|
|
-b$UPLOAD_SPEED
|
|
-P$UPLOAD_PORT
|
|
|
|
#lib_deps = nickcengel/TinyWireSio@0.0.0-alpha+sha.722ada4382 |