Code APP3

Dependencies:   mbed EthernetInterface WebSocketClient mbed-rtos BufferedSerial

Fork of APP3_Lab by Jean-Philippe Fournier

Committer:
Cheroukee
Date:
Sat Sep 30 20:07:23 2017 +0000
Revision:
8:5955af1ee445
Parent:
7:b054ce191070
Child:
9:3631d3685cfa
Fixed Platform IO compiling with new ACCEL lib, added new packet receiving

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JayMcGee 7:b054ce191070 1 #include "mbed.h"
Cheroukee 8:5955af1ee445 2 #include "MMA8452Q/MMA8452Q.h"
JayMcGee 7:b054ce191070 3
JayMcGee 7:b054ce191070 4 // Accelerometer - SDA, SCL, and I2C address
JayMcGee 7:b054ce191070 5 MMA8452Q accel(p9, p10, 0x1D);
JayMcGee 7:b054ce191070 6 DigitalIn Bouton1(p20);