Advertisement
dibaloke

Untitled

Mar 16th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. void setup()          // set up
  3. {
  4.  
  5.   pinMode(EN, OUTPUT); //B.E.D
  6.   resetBEDPins(); //Set step, direction, microstep and enable pins to default states
  7.   Serial.begin(9600);   // set up Serial library at 9600 bps
  8.   mySerial.begin(9600); // set up serial port for 9600 baud
  9.   Serial.println("Lets Cut Some Wires!"); //welcome message in serial window
  10.   Serial.println("");
  11.   Serial.flush(); //clear the input que.
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement