27 #define PIGLOW_ORANGE 1
28 #define PIGLOW_YELLOW 2
29 #define PIGLOW_GREEN 3
31 #define PIGLOW_WHITE 5
38 extern void piGlow1 (
const int leg,
const int ring,
const int intensity) ;
39 extern void piGlowLeg (
const int leg,
const int intensity) ;
40 extern void piGlowRing (
const int ring,
const int intensity) ;
void piGlowLeg(const int leg, const int intensity)
Definition: piGlow.c:66
void piGlowSetup(int clear)
Definition: piGlow.c:108
void piGlow1(const int leg, const int ring, const int intensity)
Definition: piGlow.c:43
void piGlowRing(const int ring, const int intensity)
Definition: piGlow.c:92