Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nopnop2002 opened this issue Mar 24, 2016 · 1 comment
Open

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

nopnop2002 opened this issue Mar 24, 2016 · 1 comment

Comments

@nopnop2002
Copy link

/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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants