Files

copied
Last update 3 years 7 months by Aditya Sehgal
FilesV1.0FirmwarePSU_FW ard
..
.vscode
include
lib
src
test
.DS_Store
.gitignore
.travis.yml
platformio.ini
platformio.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:ATmega328PB] platform = atmelavr board = ATmega328PB framework = arduino upload_port = /dev/cu.wchusbserial1410 lib_deps = Adafruit SSD1306 adafruit/Adafruit GFX Library@^1.10.2 src_dir = src
Report a bug