Advertisement
gabbyshimoni

summerTest

Jul 5th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.39 KB | None | 0 0
  1. void setup() {
  2.   Serial.begin(9600);
  3.   while (Serial.available() == 0);
  4.   char n1 = Serial.read();
  5.   while (Serial.available() == 0);
  6.   char n2 = Serial.read();
  7.   while (Serial.available() == 0);
  8.   char n3 = Serial.read();
  9.  
  10.  
  11.  
  12.  
  13.   int num =
  14.  
  15.  
  16.  
  17.  
  18.   for (int q = 1;     ;     ) {
  19.     if (q       ) {
  20.  
  21.     }
  22.   }
  23. }
  24.  
  25. void loop() {
  26.   // put your main code here, to run repeatedly:
  27.  
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement