Advertisement
Guest User

1

a guest
May 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1.  
  2. void setup() {
  3. Serial.begin(38400); // Default communication rate of the Bluetooth module
  4. }
  5. void loop() {
  6. Serial.print("Hello \n");
  7. delay(1000);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement