Fork of original senior design repo
Dependencies: SDFileSystem mbed-rtos mbed wave_player emic2
Fork of BAT_senior_design by
Diff: buttonArray.cpp
- Revision:
- 24:3c4ebc4fde0f
- Parent:
- 23:b2e53ce54b3e
- Child:
- 26:79cdf893c8b8
--- a/buttonArray.cpp Fri Nov 10 16:22:04 2017 +0000
+++ b/buttonArray.cpp Wed Nov 15 16:27:26 2017 +0000
@@ -69,8 +69,8 @@
int j = 1;
for (int i = 0; i < 6; i++) {
if (braille[i] == '0') {
+ pinsup[j] = i+1;
j++;
- pinsup[j] = i+1;
}
}
// record size of array in the first element
