Skip to content

Instantly share code, notes, and snippets.

View gbrown128's full-sized avatar

George Brown gbrown128

View GitHub Profile
@rhthomas
rhthomas / main.py
Last active March 6, 2019 17:01
Ported nRF24L01+ library for Raspberry Pi and Adafruit Blinka
# Example usage
import time, struct
import board
import digitalio as dio
from busio import SPI
from nrf24l01 import NRF24L01
pipes = (b'\xf0\xf0\xf0\xf0\xe1', b'\xf0\xf0\xf0\xf0\xd2')