marginal moves towards h7 working
This commit is contained in:
@@ -16,7 +16,6 @@ int main() {
|
||||
PIN(A3).setPinMode(PinMode::OUTPUT_MODE);
|
||||
PIN(B0).setPinMode(PinMode::ALTERNATE_FUNCTION_MODE);
|
||||
|
||||
|
||||
while (true) {
|
||||
PIN(A3).toggle();
|
||||
PIN(B0).toggle();
|
||||
|
||||
Reference in New Issue
Block a user