WidgetRTC.cpp 349 B

12345678910111213141516
  1. /**
  2. * @file WidgetRTC.cpp
  3. * @author Volodymyr Shymanskyy
  4. * @license This project is released under the MIT License (MIT)
  5. * @copyright Copyright (c) 2015 Volodymyr Shymanskyy
  6. * @date Mar 2016
  7. * @brief
  8. *
  9. */
  10. // Need this hack for Arduino IDE...
  11. #define WidgetRTC_h_NO_IMPL
  12. #include <WidgetRTC.h>
  13. uint8_t WidgetRTC::mPin;