Skip to content
Snippets Groups Projects
Select Git revision
  • 8fc298eea93cdfa823fe93e2a033e8d4d62dd0db
  • master default protected
2 results

platformio.ini

Blame
  • platformio.ini 585 B
    ; 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:micro_pro]
    platform = atmelavr
    board = micro
    framework = arduino
    monitor_speed = 115200
    monitor_dtr = 1
    lib_deps =
        bxparks/AceButton @ ^1.8.3
        arduino-libraries/Keyboard @ ^1.0.2
        fastled/FastLED @ ^3.4.0