remove logical bug
This commit is contained in:
@@ -76,10 +76,9 @@ int main()
|
|||||||
reserve(PIN06);
|
reserve(PIN06);
|
||||||
reserve(PIN01);
|
reserve(PIN01);
|
||||||
reserve(PIN11);
|
reserve(PIN11);
|
||||||
voltage(PIN06, V0);
|
|
||||||
voltage(PIN01, V33);
|
|
||||||
inOrOut(PIN01, OUT);
|
inOrOut(PIN01, OUT);
|
||||||
inOrOut(PIN11, IN);
|
inOrOut(PIN11, IN);
|
||||||
|
voltage(PIN06, V0);
|
||||||
|
voltage(PIN01, V33);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user