Attaching Sensors using GPIO pins
Hi,
I'm a beginner trying to code a basic app that uses the features of the MMC alongside a sensor. I wanted to ask if there are any examples of Java code to obtain data from another sensor using the GPIO pins. I've looked at the Android SDK documentation for this but I need a bit more help. If anyone has done something similar or if there are any more examples please could you let me know?
Thanks in advance.
Comments
Yes, there's a bunch of example code. They are in the .ZIP files in the repo: https://github.com/mbientlab/MetaWear-SDK-Android
Metawear.zip
Examples.zip
MAKE SURE TO UNZIP THEM IN A DIFFERENT FOLDER (NOT IN THE SAME PLACE AS THE REPO CODE) SO ANDROID STUDIO CAN OPEN THE FILES.