// StepperWithSwitches.ino
//
// 29 March 2022, Version 1, by Koepel, Public Domain
//
// The switches change the direction of the current throught the stepper coils.
// Can you make the stepper motor go left and right ?


void setup() {}
void loop() {}
ATTINY8520PU