├── DualOptiboot_V5.0_atmega1284p_BlinkD15.hex ├── DualOptiboot_V5.0_atmega328_BlinkD9.hex ├── Dualoptiboot_v5.0_atmega328_12mhz_BlinkD9.hex ├── Dualoptiboot_v5.0_atmega328_8mhz_57600baud_BlinkD9.hex ├── License.txt ├── Makefile ├── Optiboot.c ├── README.md └── pin_defs.h /DualOptiboot_V5.0_atmega1284p_BlinkD15.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LowPowerLab/DualOptiboot/HEAD/DualOptiboot_V5.0_atmega1284p_BlinkD15.hex -------------------------------------------------------------------------------- /DualOptiboot_V5.0_atmega328_BlinkD9.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LowPowerLab/DualOptiboot/HEAD/DualOptiboot_V5.0_atmega328_BlinkD9.hex -------------------------------------------------------------------------------- /Dualoptiboot_v5.0_atmega328_12mhz_BlinkD9.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LowPowerLab/DualOptiboot/HEAD/Dualoptiboot_v5.0_atmega328_12mhz_BlinkD9.hex -------------------------------------------------------------------------------- /Dualoptiboot_v5.0_atmega328_8mhz_57600baud_BlinkD9.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LowPowerLab/DualOptiboot/HEAD/Dualoptiboot_v5.0_atmega328_8mhz_57600baud_BlinkD9.hex -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LowPowerLab/DualOptiboot/HEAD/License.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LowPowerLab/DualOptiboot/HEAD/Makefile -------------------------------------------------------------------------------- /Optiboot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LowPowerLab/DualOptiboot/HEAD/Optiboot.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LowPowerLab/DualOptiboot/HEAD/README.md -------------------------------------------------------------------------------- /pin_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LowPowerLab/DualOptiboot/HEAD/pin_defs.h --------------------------------------------------------------------------------