Advertisement
RuiViana

Teste_ESP

Dec 11th, 2019
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.09 KB | None | 0 0
  1. void setup() {
  2.   Serial.begin(115200);
  3.   Serial.println("Setup done");
  4. }
  5. void loop() {
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement