duxingkei33 / orangepi_PC_gpio_pyH3

python control orangepi_PC ext GPIO ALLwinner H3 base on pyA20 0.2.1
234 stars 130 forks source link

/orangepi_PC_gpio_pyH3/pyA20/gpio/mapping.h #2

Open nopnop2002 opened 8 years ago

nopnop2002 commented 8 years ago

/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 poor English

duxingkei33 commented 8 years ago

I has repair this mistake 我已经修复提交了这个错误了