mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-04 15:30:35 +09:00
Botched the ALT order in gpio )-:
(Or maybe Broadcom did!!!)
This commit is contained in:
@@ -212,7 +212,7 @@ static char *pinNames [] =
|
||||
|
||||
static char *alts [] =
|
||||
{
|
||||
"IN ", "OUT ", "ALT0", "ALT1", "ALT2", "ALT3", "ALT4", "ALT5", "XXXX"
|
||||
"IN ", "OUT ", "ALT5", "ALT4", "ALT0", "ALT1", "ALT2", "ALT3"
|
||||
} ;
|
||||
|
||||
static void doReadall (void)
|
||||
|
||||
Reference in New Issue
Block a user