diff --git a/V1/switch.c b/V1/switch.c index 1965736..0ac0d12 100644 --- a/V1/switch.c +++ b/V1/switch.c @@ -76,10 +76,9 @@ int main() reserve(PIN06); reserve(PIN01); reserve(PIN11); - voltage(PIN06, V0); - voltage(PIN01, V33); inOrOut(PIN01, OUT); inOrOut(PIN11, IN); - + voltage(PIN06, V0); + voltage(PIN01, V33); return 0; }