Hi,
I'm using the ads1115 to read analog data via python on my raspberry pi 2.
Now I want that data to be read in to Pure data to use as parameters.
I'm able to read the data incoming via this example [here].(https://learn.adafruit.com/raspberry-pi-analog-to-digital-converters/ads1015-slash-ads1115)
I found an example which uses a guitar padle and an arduino, but nothing that directly connects an ads1115 with python to PD.
Do I send the data via python, osc? Or can I read them directly with PD?
Any info on this would be awesome!!