Robobo
EncoderISR.h
1 #ifndef ENCODERISR_INCLUDED
2 #define ENCODERISR_INCLUDED
3 
4 #include "Arduino.h"
5 
6 
7 void encoder1_ISR();
8 void encoder2_ISR();
9 
10 #endif