Files
-
V1.0 / Hardware / AC_DC_Converter / KiCad_Project_Files / Power_Supply.kicad_pcb
-
V1.0 / Hardware / AC_DC_Converter / KiCad_Project_Files / Power_Supply.kicad_sch
-
V1.0 / Hardware / DC_DC_Converter / KiCad_Project_Files / Power_Supply.kicad_pcb
-
V1.0 / Hardware / DC_DC_Converter / KiCad_Project_Files / Power_Supply.kicad_sch
-
V2.0 / Hardware / DC_DC_Converter / Altium_Project_Files / PSU / MCU.SchDoc
-
V2.0 / Hardware / DC_DC_Converter / Altium_Project_Files / PSU / PCB_V1.PcbDoc
-
V2.0 / Hardware / DC_DC_Converter / Altium_Project_Files / PSU / PCB_V2.PcbDoc
-
V2.0 / Hardware / DC_DC_Converter / Altium_Project_Files / PSU / PCB_V3.PcbDoc
-
V2.0 / Hardware / DC_DC_Converter / Altium_Project_Files / PSU / Power.SchDoc
-
V2.0 / Hardware / DC_DC_Converter / Altium_Project_Files / PSU / TopLevel.SchDoc
-
V2.0 / Hardware / DC_DC_Converter / Altium_Project_Files / PSU / UI.SchDoc
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