#ifndef PUBLIC_H_INCLUDED #define PUBLIC_H_INCLUDED struct LEDStripe { int MOD; //0 = off, 1 = on, 2 = fade ... int OLD_MOD; int SPEED; int RED; int GREEN; int BLUE; int LOOP; int LOOPCOUNT; int MOD_STEP; } typedef LEDStripe; #endif /* PUBLIC_H_INCLUDED */