Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. void setup()
  2. {
  3. pinMode(motorLF, OUTPUT);
  4. pinMode(motorLB, OUTPUT);
  5. pinMode(motorRF, OUTPUT);
  6. pinMode(motorRB, OUTPUT);
  7.  
  8. Serial.begin(115200);
  9. connectWiFi();
  10. server.begin();
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement