From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 2 May 2014 12:11:44 +0200 From: Holger Sebert To: <9fans@9fans.net> Message-ID: <288ee4d5d27e841c807e616301028972@mpx2.rz.ruhr-uni-bochum.de> User-Agent: RUB Webmail/0.8.4 via Mozilla/5.0 (Windows NT 6.1; rv:28.0) Gecko/20100101 Firefox/28.0 Subject: [9fans] Accessing GPIO pins on the Raspberry Pi Topicbox-Message-UUID: dc6e0a38-ead8-11e9-9d60-3106f5b1d025 Hello all, I have a Rasclock sitting on my Raspberry Pi. According to spec it uses the pins 3.3V, GND SDA and SCL. The Rasclock itself consists basically of a PCF2127AT chip. My question: What is the best way to access these I/O pins? My goal would be to write some sort of driver for this device. I am hoping that once I got access to the pins I can continue experimenting with the data sheet. Any help appreciated! Best, Holger