RGB LED cube 5x5x5
1.0
Martin Stejskal, Schmidt Dominik
Main Page
Related Pages
Modules
Files
File List
Globals
All
Files
Functions
Variables
Macros
Groups
Pages
SW
AVR
animations
anim_simple_snake.h
Go to the documentation of this file.
1
10
// Trick for multiply include this file
11
#ifndef _anim_simple_snake_library_
12
#define _anim_simple_snake_library_
13
14
/*-----------------------------------------*
15
| Includes |
16
*-----------------------------------------*/
17
#include <avr/pgmspace.h>
// For operations with flash memory
18
#include <inttypes.h>
// Data types
19
20
#include "animation_codes.h"
// For more "human read" animation code
21
22
extern
const
uint16_t bin_anim_simple_snake[];
23
24
#endif
Generated on Mon Jun 3 2013 18:37:37 for RGB LED cube 5x5x5 by
1.8.4