rgbyteclock-code/rgbyteclock_patterns.h

30 lines
850 B
C
Raw Normal View History

/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <struppi@struppi.name> 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);
2014-04-14 16:36:36 +02:00
void rgbyteclock_rounds_white(void);
2014-08-07 17:45:41 +02:00
void rgbyteclock_hsv_fading(void);
void rgbyteclock_secwatch(void);
void rgbyteclock_secwatch_glide(void);
#endif