Azure-Samples / iot-hub-c-m0wifi-getstartedkit

Get started with the Adafruit Feather M0 Wifi Azure IoT Starter Kit
MIT License
5 stars 8 forks source link

Azure IoT Arduino Library depends on RTCZero #17

Closed caseyhagen closed 8 years ago

caseyhagen commented 8 years ago

The Azure IoT Arduino library (v.0.1.0) calls the RTCZero header. The missing header creates a compile time error. If I add the library RTCZero the compile error goes away.