Python 2.7.3 (default, Mar 18 2014, 05:13:23)
[GCC 4.6.3] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.
import wiringpi2 as gpio
gpio.wiringPiSetup()
Unable to determine hardware version. I see: Hardware : sun6i
,
- expecting BCM2708 or BCM2709. Please report this to [email protected]
Python 2.7.3 (default, Mar 18 2014, 05:13:23)
[GCC 4.6.3] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.
import wiringpi2 as gpio
gpio.wiringPiSetupSys()
Unable to determine hardware version. I see: Hardware : sun6i
,
- expecting BCM2708 or BCM2709. Please report this to [email protected]