summaryrefslogtreecommitdiff
path: root/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralPiGlow.h
diff options
context:
space:
mode:
authorBrijeshcr2017-07-07 22:46:29 +0530
committerBrijeshcr2017-07-07 22:46:29 +0530
commitf577f255fd5c1d30bc770e9b053823ada8684528 (patch)
treee833a4b3429b3145bfe2b7376259c188fa8da141 /src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralPiGlow.h
parent4ebc92d414c6e87cea84770f4137434b922a76ca (diff)
parentdc2a8c2cec20a086e1f9312e90281891c2f2c4d0 (diff)
downloadScilab2C_fossee_old-f577f255fd5c1d30bc770e9b053823ada8684528.tar.gz
Scilab2C_fossee_old-f577f255fd5c1d30bc770e9b053823ada8684528.tar.bz2
Scilab2C_fossee_old-f577f255fd5c1d30bc770e9b053823ada8684528.zip
RPi functions, Gui mods and updated toeplitz
Diffstat (limited to 'src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralPiGlow.h')
-rw-r--r--src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralPiGlow.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralPiGlow.h b/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralPiGlow.h
index 08056f9..8e268f6 100644
--- a/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralPiGlow.h
+++ b/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralPiGlow.h
@@ -21,9 +21,16 @@ extern "C" {
#endif
#define u80RPI_piGlowSetup(clear) u8RPI_piGlowSetups(clear);
+#define d0RPI_piGlowSetup(clear) u8RPI_piGlowSetups(clear);
+
#define u80u80u80RPI_piGlow1(leg,ring,intensity) u8RPI_piGlow1s(leg,ring,intensity);
+#define d0d0d0RPI_piGlow1(leg,ring,intensity) u8RPI_piGlow1s(leg,ring,intensity);
+
#define u80u80RPI_piGlowLeg(leg,intensity) u8RPI_piGlowLegs(leg,intensity);
+#define d0d0RPI_piGlowLeg(leg,intensity) u8RPI_piGlowLegs(leg,intensity);
+
#define u80u80RPI_piGlowRing(ring,intensity) u8RPI_piGlowRings(ring,intensity);
+#define d0d0RPI_piGlowRing(ring,intensity) u8RPI_piGlowRings(ring,intensity);
#ifdef __cplusplus
} /* extern "C" */