Skip to content
Snippets Groups Projects
Commit f7dd9c65 authored by schneider's avatar schneider Committed by dx
Browse files

espan: portexpander: fix badge link

parent 62bc6f55
Branches
No related tags found
No related merge requests found
......@@ -96,6 +96,6 @@ void portexpander_init(void)
pca9557_set_directions(PEX1, (INPUT << 7) | (OUTPUT << 6) | (OUTPUT << 5) | (OUTPUT << 4) | (OUTPUT << 3) | (INPUT << 2) | (INPUT << 1) | (INPUT << 0));
pca9557_set_directions(PEX1, (INPUT << 7) | (INPUT << 6) | (INPUT << 5) | (OUTPUT << 4) | (OUTPUT << 3) | (INPUT << 2) | (OUTPUT << 1) | (INPUT << 0));
pca9557_set_directions(PEX2, (INPUT << 7) | (INPUT << 6) | (INPUT << 5) | (OUTPUT << 4) | (OUTPUT << 3) | (INPUT << 2) | (OUTPUT << 1) | (INPUT << 0));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment