- /**
- * @file WidgetRTC.cpp
- * @author Volodymyr Shymanskyy
- * @license This project is released under the MIT License (MIT)
- * @copyright Copyright (c) 2015 Volodymyr Shymanskyy
- * @date Mar 2016
- * @brief
- *
- */
- // Need this hack for Arduino IDE...
- #define WidgetRTC_h_NO_IMPL
- #include <WidgetRTC.h>
- uint8_t WidgetRTC::mPin;
|