Advertisement
Guest User

senha

a guest
Feb 14th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. if (tecla==11){
  2. Serial.println("*");
  3. else{
  4. preciso de alguma solução aqui pra poder interromper o programa ou voltar pro inicio
  5. }
  6. if (tecla==11){
  7. Serial.println("*");
  8. else{interromper programa
  9. }
  10. }
  11. if (tecla==12){
  12. Serial.println("#");
  13. else{interrompe ou volta pro inicio
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement