Skip to content

Commit 5e3c42c

Browse files
committed
Hoist functions in ArduinoISP sketch
1 parent 2c2bb7b commit 5e3c42c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino

+3
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@
161161
#define CRC_EOP 0x20 //ok it is a space...
162162

163163
void pulse(int pin, int times);
164+
void avrisp();
165+
uint8_t write_flash_pages(int length);
166+
uint8_t write_eeprom_chunk(unsigned int start, unsigned int length);
164167

165168
#ifdef USE_HARDWARE_SPI
166169
#include "SPI.h"

0 commit comments

Comments
 (0)