You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
Is there support for the BCM2835 based io? I've got a PI-B revision (one of the first) and I'm getting the "This module can only be run on a Raspberry Pi!" exception when I try to import the module.
running "cat /proc/cpuinfo" gives these hardware specs for my Pi (if that is helpful):
processor : 0
model name : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7
Hardware : BCM2835
Revision : 0002
Serial : 0000000024e08e00
When looking through the source for this project I noticed hard-coded values for the broadcom module "BCM2708". Are there forks for the 2835?