orangepi_PC_gpio_pyH3
orangepi_PC_gpio_pyH3 copied to clipboard
python control orangepi_PC ext GPIO ALLwinner H3 base on pyA20 0.2.1
I'm new to python development, can someone help me testing some python script using SPI connection to mcp23s17 and orangepi? thanks a lot.
(I've also open issue to original author : https://github.com/OLIMEX/OLINUXINO/issues/39 ) Default SPI speed is much too slow ! I've an SPI LCD that was working fine in kernel 4.4.5, and...
My code is below. STATUS_LED flashes on and off. but POWER_LED don't flashes on and off. -_\- coding: utf-8 -_- from pyA20.gpio import gpio from pyA20.gpio import port from pyA20.gpio...
/orangepi_PC_gpio_pyH3/pyA20/gpio/mapping.h It is a mistake. { "PA0", SUNXI_GPA(0), 11 }, { "PA1", SUNXI_GPA(1), 13 }, It is right. { "PA1", SUNXI_GPA(1), 11 }, { "PA0", SUNXI_GPA(0), 13 }, sorry My...