OK martinayotte, this is what I’m getting now (I still have a 47k resistor connected to GPIO 15 and 3.3v and a 47k resistor connected to GPIO 16 and 3.3v, its showing .50V going into GPIO 15 and .50V going into GPIO 16. SDA from my analog to digital converter is connected to GPIO 15 and SCL from my analog to digital converter is connected to GPIO 16. For the analog signal going to the ADC I have an adjustable voltage that can go from 0v to 2v or more.):

          _____                        _                 
         |  __ \                      (_)                
         | |  | |   ___    _ __ ___    _   _ __     ___  
         | |  | |  / _ \  | '_ ` _ \  | | | '_ \   / _ \ 
         | |__| | | (_) | | | | | | | | | | | | | | (_) |
         |_____/   \___/  |_| |_| |_| |_| |_| |_|  \___/
                      OpenWrt Wireless Freedom                                                               

root@domino:~# opkg install i2c-tools
Package i2c-tools (2013-12-15-1) installed in root is up to date.
root@domino:~# opkg update
Downloading http://domino.io/firmware/pi/1.1/packages/base/Packages.gz.
Updated list of available packages in /var/opkg-lists/barrier_breaker_base.
Downloading http://domino.io/firmware/pi/1.1/packages/alljoyn/Packages.gz.
Updated list of available packages in /var/opkg-lists/barrier_breaker_alljoyn.
Downloading http://domino.io/firmware/pi/1.1/packages/luci/Packages.gz.
Updated list of available packages in /var/opkg-lists/barrier_breaker_luci.
Downloading http://domino.io/firmware/pi/1.1/packages/management/Packages.gz.
Updated list of available packages in /var/opkg-lists/barrier_breaker_management.
Downloading http://domino.io/firmware/pi/1.1/packages/oldpackages/Packages.gz.
Updated list of available packages in /var/opkg-lists/barrier_breaker_oldpackages.
Downloading http://domino.io/firmware/pi/1.1/packages/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/barrier_breaker_packages.
Downloading http://domino.io/firmware/pi/1.1/packages/routing/Packages.gz.
Updated list of available packages in /var/opkg-lists/barrier_breaker_routing.
Downloading http://domino.io/firmware/pi/1.1/packages/telephony/Packages.gz.
Updated list of available packages in /var/opkg-lists/barrier_breaker_telephony.
root@domino:~# opkg install kmod-i2c-gpio-custom
Package kmod-i2c-gpio-custom (3.10.49-2) installed in root is up to date.
root@domino:~# rmmod gpio-button-hotplug
kmod: module is not loaded
root@domino:~# insmod i2c-dev
kmod: module is already loaded - i2c-dev
root@domino:~# insmod i2c-gpio-custom bus0=0,15,16
kmod: module is already loaded - i2c-gpio-custom
root@domino:~# ic2detect -y 0
-ash: ic2detect: not found
root@domino:~# ic2detect -y 1
-ash: ic2detect: not found
root@domino:~#

Sorry but I’m new at this and I’m trying to learn.

Thanks for all your help!!!