Go to advanced search

by zhiyo
Fri Dec 29, 2017 4:51 pm
Forum: Beginners
Topic: Learning adc read&Setup with Ads1115
Replies: 2
Views: 686

Learning adc read&Setup with Ads1115

I'm learnning how to read data from ads1115 with WiringPi. And i found an example code from https://www.raspberrypi.org/forums/viewtopic.php?t=36250&p=305270 #include <ads1115.h> #define MY_BASE 2222 //pinBase ... ads1115Setup (MY_BASE, 0x48) ; int ch0 = analogRead (MY_BASE + 0) ; int ch3 = analogRe...

Go to advanced search