Has anyone been able to graph an analog read input and display the information as a live line graph on iOS? My understanding is that a graphing library is required in order to display the data. Any help would be appreciated!
The iOS sample app has a live graph for accelerometer and gyro data. The app's source code is available on GitHub so you can take a look at it to see how the app does graphing.
Comments