/* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. * (c) 2014 Stefan Rupp * ---------------------------------------------------------------------------- */ #ifndef RGBYTECLOCK_PATTERNS_H_ #define RGBYTECLOCK_PATTERNS_H_ #include "rgbyteclock.h" #include "timer.h" #include "rtc.h" #include "lcd.h" #include "ledcontroller.h" void rgbyteclock_rounds(void); void rgbyteclock_rounds_colored(void); void rgbyteclock_secwatch(void); void rgbyteclock_secwatch_glide(void); #endif