Pi4J / pi4j-v1

DEPRECATED Java I/O library for Raspberry Pi (GPIO, I2C, SPI, UART)
http://www.pi4j.com
Apache License 2.0
1.31k stars 446 forks source link

add support for nRF24L01 transceiver #77

Closed mfkenson closed 10 years ago

mfkenson commented 10 years ago

I come from arduino platform and just moved to the pi platform. I've got plenty of sensors/transceiver (SPI/I2C based) and would like to port them to the Pi platform using the Pi4J library.

Any hints/direction for me to start? thanks!

rlsutton1 commented 10 years ago

you might like to look at my git, I've implemented a few devices over I2C...

https://github.com/rlsutton1/piBot/blob/master/piBot/src/main/java/com/pi4j/gpio/extension/adafruit/ADS1115.java

mfkenson commented 10 years ago

thank you! i will implement it with your sample as reference!

savageautomate commented 10 years ago

more examples can also be bound in the gpio-extension project in the Pi4J sources. https://github.com/Pi4J/pi4j/tree/develop/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension