iot-central-firmware/MXCHIP
Greg Degruy aba879da4e Update sensory.cpp readAccelerometer (#60)
Changed the readings for SensorController::readAccelerometer. I also noticed `if (accelGyro->getXAxes(axes) != 0) {` uses getXAxes, does this not include data for Y and Z?
2019-03-12 08:09:38 +08:00
..
mxchip_advanced Update sensory.cpp readAccelerometer (#60) 2019-03-12 08:09:38 +08:00
mxchip_basic Update README.md 2019-02-27 19:22:02 -08:00
README.md add basic mxchip example 2018-12-18 15:05:27 -08:00

README.md

MXCHIP sample projects for Azure IoT Central

Visit mxchip_basic folder for basic connectivity and telemetry example.

All the other features of Azure IoT Central are demonstrated under mxchip_advanced