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