MakerWorld
3D Printer Accessories
fish feeder
by Davide
14
Downloads
6
Likes
3
Makes
arduino code: //mangiatoia pesci senza modalità risparmio energetico#include <Stepper.h>const int stepsPerRevolution = 2048; // Passi per un giro completoconst int stepsForPartialRevolution = stepsPerRevolution / 4; // 0.25 giriconst int motorPin1 = 6; // Pin per il motoreconst int motorPin2 = 4;const int motorPin3 = 5;const int motorPin4 = 3;const int ledPin = 13; // Pin del LED esternoconst float thresholdVoltage = 3.5; // Soglia di tensione in VoltStepper myStepper(stepsPerRevolution, motorPi
Makes
Did you print this model? Sign in and share your make!
Sign in to leave a comment
Sign in