25 lines
573 B
INI
25 lines
573 B
INI
[platformio]
|
|
default_envs = tiny1614
|
|
|
|
[env:tiny1614]
|
|
platform = atmelmegaavr
|
|
platform_packages = framework-arduino-megaavr-megatinycore @ https://github.com/SpenceKonde/megaTinyCore/
|
|
board = ATtiny1614
|
|
framework = arduino
|
|
board_build.f_cpu = 4000000L
|
|
board_hardware.bod = disabled
|
|
lib_deps =
|
|
robtillaart/SHT4x
|
|
upload_protocol = serialupdi
|
|
#upload_flags =
|
|
# -P$UPLOAD_PORT
|
|
# -b$UPLOAD_SPEED
|
|
# -V
|
|
targets = upload, monitor
|
|
#targets = upload
|
|
#upload_speed = 19200
|
|
monitor_filters = time
|
|
upload_port = /dev/ttyACM0
|
|
monitor_speed = 9600
|
|
monitor_port = /dev/ttyUSB0
|