1
0
mirror of https://github.com/arduino-libraries/ArduinoLowPower.git synced 2025-10-16 02:46:40 +03:00

[SAMD] fix RTC wakeup and FALLING/RISING on pin

This commit is contained in:
Martino Facchin
2016-11-03 16:52:43 +01:00
parent e159ecf46f
commit 60dedcc4b0
2 changed files with 7 additions and 4 deletions

View File

@@ -3,6 +3,10 @@
#include <Arduino.h>
#ifdef ARDUINO_ARCH_AVR
#error The library is not compatible with AVR boards
#endif
#ifdef ARDUINO_ARCH_SAMD
#include "RTCZero.h"
#endif