From 5e3c42cae84e20efa12d05751bf1e956f2644451 Mon Sep 17 00:00:00 2001 From: T4rp Date: Thu, 30 Jan 2025 08:15:58 -0500 Subject: [PATCH] Hoist functions in ArduinoISP sketch --- examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino b/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino index 6ceb85f..97eef8b 100644 --- a/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino +++ b/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino @@ -161,6 +161,9 @@ #define CRC_EOP 0x20 //ok it is a space... void pulse(int pin, int times); +void avrisp(); +uint8_t write_flash_pages(int length); +uint8_t write_eeprom_chunk(unsigned int start, unsigned int length); #ifdef USE_HARDWARE_SPI #include "SPI.h" pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy