aboutsummaryrefslogtreecommitdiff
path: root/src/core/analogio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/analogio.h')
-rwxr-xr-xsrc/core/analogio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/analogio.h b/src/core/analogio.h
index caa7608..62d357f 100755
--- a/src/core/analogio.h
+++ b/src/core/analogio.h
@@ -35,7 +35,8 @@ void analogWrite(int pinnum, int value);
//low level functions for software PWM
void setup_TIMER16_0(void);
void TIMER16_0_IRQHandler(void);
-
+void setup_TIMER16_1(void);
+void TIMER16_1_IRQHandler(void);
#ifdef __cplusplus
}
#endif