nammerda

Dependencies:   MMA8451Q mbed

Files at this revision

API Documentation at this revision

Comitter:
giogal
Date:
Tue Jan 20 17:55:40 2015 +0000
Parent:
0:d0bdc26cb259
Commit message:
s

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Jan 20 17:54:31 2015 +0000
+++ b/main.cpp	Tue Jan 20 17:55:40 2015 +0000
@@ -104,7 +104,7 @@
         y = 0;
        i2c.write(address,&Z_addr,1,true);
        i2c.read(address,&z_buffer,1,false);
-       
+       printf("ciao");
        i2c.write(address,&X_addr,1,true);
        i2c.read(address,&x_buffer,1,false);