jobin-sun / raspberry-gpio-python

Automatically exported from code.google.com/p/raspberry-gpio-python
MIT License
0 stars 0 forks source link

SPI support #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add support for SPI

Original issue reported on code.google.com by btcros...@googlemail.com on 9 Sep 2012 at 3:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
If you're interested, I have built an experimental hardware SPI Python module 
specifically to drive an A2D convertor, adapting C (memory mapped) code from:
   http://www.skpang.co.uk/blog/archives/615,
which was itself adapted from some of Gert Jan van Loo's code, according to the
embedded copyright..

This code could easily be generalised and added into RPi.GPIO, in fact I see 
you're using the exact same memory mapped technique so some of the code is 
already present.

Let me know if you'd like to discuss this further...
I'm Duncan White (dcw@doc.ic.ac.uk)

Original comment by d...@doc.ic.ac.uk on 19 Dec 2012 at 12:24