test

Dependencies:   mbed MMA8452Q

Fork of HelloWorld by Simon Ford

Revision:
5:01729ebe170e
Parent:
4:a38ef4c242ef
Child:
6:62e39c103d12
--- a/main.cpp	Wed Aug 30 18:06:02 2017 +0000
+++ b/main.cpp	Wed Aug 30 18:13:50 2017 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"              
  //hello
 Serial pc(USBTX, USBRX); // tx, rx
-I2C comI2C(p9,p10);
+I2C comI2C(p9,p10); // sda, scl
 // Communication I2C
 int main() {
     int degree = 3;