Advertisement
Guest User

kod

a guest
Jan 20th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. float data; char x = 1;
  2.  
  3. void setup(){
  4. SERIAL_LCD();
  5. EKRAN_STARTOWY();
  6. }
  7.  
  8. void loop() {
  9. char customKey = customKeypad.getKey();
  10. int z = x;
  11. if (customKey == z){
  12. PRZYGOTOWANIE_LCD(1);
  13. MIRF();
  14. ODBIERANIE_LCD();
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement