Information
Manuals
Brands
3D SIMO Manuals
3D Printing
Kit 3D printer pen ABS, PLA 1.75 mm
2
3
4
5
6
7
8
9
10
11
// initialize outputs
digitalWrite
(MOTOR_SLEEP, HIGH);
Serial.
begin
(
9600
);
}
/*
* main loop
*/
void
loop
() {
// call timer each preset period
timer.
Update
();
}
1
...
...
9
10
11