Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MMA8451Q SLCD_minus_mod mbed
Fork of ACC_LCD_341_Basic by
Revision 11:40fda348bb5e, committed 2016-11-28
- Comitter:
- dorian505
- Date:
- Mon Nov 28 05:18:40 2016 +0000
- Parent:
- 10:3de03f06624e
- Commit message:
- final version
Changed in this revision
| acc_341.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/acc_341.cpp Mon Nov 28 05:01:24 2016 +0000
+++ b/acc_341.cpp Mon Nov 28 05:18:40 2016 +0000
@@ -79,7 +79,7 @@
while (true) {
if (ButtonTimer > BUTTONTIME){
//buttonValue = !buttons[1].read();
-// pc.printf("%d \r\n",buttonValue);
+ //pc.printf("%d \r\n",buttonValue);
for (int i=0; i < NUMBUTS; i++){ // index will be 0 or 1
if(!buttons[i]) {
displayState = i;
