diff options
Diffstat (limited to 'includes/sci2clib.h')
-rw-r--r-- | includes/sci2clib.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/includes/sci2clib.h b/includes/sci2clib.h index 8484deb..db3a58e 100644 --- a/includes/sci2clib.h +++ b/includes/sci2clib.h @@ -441,9 +441,16 @@ /*RPi*/ #ifdef RPi1 +#include "wiringPi.h" #include "int_RPIPeripheralDigital.h" #include "RPIPeripheralDigital.h" -#include "int_RPIPeripheralUtil.h" -#include "RPIPeripheralUtil.h" +#include "int_RPIPeripheralTiming.h" +#include "RPIPeripheralTiming.h" +#include "int_RPIPeripheralSerial.h" +#include "RPIPeripheralSerial.h" +#include "int_RPIPeripheralThreading.h" +#include "RPIPeripheralThreading.h" +#include "int_RPIPeripheralPinISR.h" +#include "RPIPeripheralPinISR.h" #endif #endif /* !__SCI2CLIB_H__ */ |