KBrat-SSD541-HW-15-1
Dependencies: MMA8451Q KBrat-SSD541-HW-15-1 mbed
Fork of ACC_LCD_341_Basic by
Diff: acc_341.cpp
- Revision:
- 1:9340a340e588
- Parent:
- 0:203b4129a213
- Child:
- 2:6003ed409def
--- a/acc_341.cpp Thu Sep 25 15:53:53 2014 +0000 +++ b/acc_341.cpp Thu Sep 25 16:27:26 2014 +0000 @@ -8,7 +8,6 @@ Works pretty well. Still rough, program wise - sc 140710 */ -#define BLINKTIME 0.700 #define DATATIME 0.200 #define PROGNAME "ACCLCD341\r/n" @@ -62,6 +61,8 @@ #ifdef PRINTDBUG + pc.printf("xAcc = %f\r\n", xAcc); + pc.printf("yAcc = %f\r\n", yAcc); pc.printf("vector = %f\r\n", vector); #endif