Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. void setup() {
  2.     Serial.begin(9600);
  3.     Serial.println("Starting cellular, waiting 10s.");
  4.     Cellular.on();
  5.     delay(10000);
  6.     Serial.println("Cellular started. Ready to receive AT commands.");
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement