RGB LED cube 5x5x5  1.0
Martin Stejskal, Schmidt Dominik
 All Files Functions Variables Macros Groups Pages
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