RGB LED cube 5x5x5  1.0
Martin Stejskal, Schmidt Dominik
 All Files Functions Variables Macros Groups Pages
anim_snake.h
Go to the documentation of this file.
1 
13 #ifndef _anim_snake_library_
14 #define _anim_snake_library_
15 
16 /*-----------------------------------------*
17  | Includes |
18  *-----------------------------------------*/
19 #include <avr/pgmspace.h> // For operations with flash memory
20 #include <inttypes.h> // Data types
21 
22 #include "animation_codes.h" // For more "human read" animation code
23 
24 extern const uint16_t bin_anim_snake[];
25 
26 #endif