This commit is contained in:
Alex Alvarado
2022-05-10 11:46:53 +02:00
commit ce25af73ab
8 changed files with 291 additions and 0 deletions

25
platformio.ini Normal file
View File

@ -0,0 +1,25 @@
; 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