summaryrefslogtreecommitdiff
path: root/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'color.h')
-rw-r--r--color.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/color.h b/color.h
index 77fe82a..1d1b0bc 100644
--- a/color.h
+++ b/color.h
@@ -1,6 +1,9 @@
#include "tivaware.h"
+#define LED_RED (1U << 1)
+#define LED_BLUE (1U << 2)
+#define LED_GREEN (1U << 3)
#define PORTF GPIO_PORTF_DATA_R
#define INTIAL_COLOR WHITE
#define RED 1