USBasp 2011.05.28.
[pub/USBasp.git] / firmware / isp.h
index 0acbb3d..2300a58 100644 (file)
@@ -59,4 +59,7 @@ uchar (*ispTransmit)(uchar);
 /* set SCK speed. call before ispConnect! */
 void ispSetSCKOption(uchar sckoption);
 
+/* load extended address byte */
+void ispLoadExtendedAddressByte(unsigned long address);
+
 #endif /* __isp_h_included__ */