aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-07-20 13:09:21 +0200
committerjaseg <jaseg@jaseg.net>2014-07-20 13:09:21 +0200
commit9744335ad536cf38e9dfd0a8f1a8c066a08ed943 (patch)
tree672a8d8cd7f1e6d6e321979a0652e71867b34167
parent686ca97fda7f9a1e8b63a8393edbde4e56d72931 (diff)
parent4673a823868786ee1c1fe0604786608f03c048aa (diff)
downloadmatelight-9744335ad536cf38e9dfd0a8f1a8c066a08ed943.tar.gz
matelight-9744335ad536cf38e9dfd0a8f1a8c066a08ed943.tar.bz2
matelight-9744335ad536cf38e9dfd0a8f1a8c066a08ed943.zip
Merge branch 'bcc-temp'
-rw-r--r--firmware/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/main.c b/firmware/main.c
index 52b6360..d859454 100644
--- a/firmware/main.c
+++ b/firmware/main.c
@@ -54,10 +54,10 @@ unsigned const char const FUCKED_UP_BOTTLE_MAP[CRATE_SIZE] = {
};
unsigned const char const CRATE_MAP[CRATE_COUNT] = {
- 0x07, 0x05, 0x03, 0x01, 0x10, 0x12, 0x14, 0x16,
- 0x06, 0x04, 0x02, 0x00, 0x11, 0x13, 0x15, 0x17,
- 0x26, 0x24, 0x22, 0x20, 0x31, 0x33, 0x35, 0x37,
- 0x27, 0x25, 0x23, 0x21, 0x30, 0x32, 0x34, 0x36
+ 0x07, 0x05, 0x03, 0x01, 0x31, 0x33, 0x35, 0x37,
+ 0x06, 0x04, 0x02, 0x00, 0x30, 0x32, 0x34, 0x36,
+ 0x17, 0x15, 0x13, 0x11, 0x21, 0x23, 0x25, 0x27,
+ 0x16, 0x14, 0x12, 0x10, 0x20, 0x22, 0x24, 0x26
};
#define SYSTICKS_PER_SECOND 100