API list
in iOS
I have looked through the tutorials and other example programs, but have not found a comprehensive list of the API s and the permissible settings. The closest I see is part of a program that flashes the LED green. In particular, I am trying to use the accelerometer to activate the vibrator when the ratio between certain axes exceed limits. Can I be pointed in the right direction?
Thanks, Mark
Comments
Checkout the "Accelerometer", "Haptic", and "Data Processor Types" sections in the developer guide:
https://mbientlab.com/cppdocs/0/index.html
API docs are on the website
https://mbientlab.com/documents/metawear/cpp/0/
Thanks for the suggestions, I will be studying them Mark