CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 00:51:15 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=593237265a8bda197282b387f098235abeb5f97f632e3cc4e814dc38afc688bfa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22jADaLXGPjNnl4mr9zbhZcu5EoMoNtR7x%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d29b944c0c335a-BLR
Debouncing - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define botao1 11 // Port para o botao
- byte debouc = 2; // Valor de delay para debouncing
- //---------------------------
- void setup()
- {
- ;
- }
- //-------------------------
- void loop()
- {
- while (digitalRead(botao1) == LOW) // Se o botao estiver apertado
- {
- delay(debouc);
- while (digitalRead(botao1) == LOW) // Se o botao continua apertado
- {
- delay(debouc);
- if (digitalRead(botao1) == HIGH) // Se o botïao foi liberado
- {
- ; // aqui o code
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
📌 ChangeNOW Exploit
JavaScript | 4 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 6 sec ago | 0.10 KB
-
📌 Instant BTC Profit Method ✅ Working
JavaScript | 16 sec ago | 0.24 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 19 sec ago | 0.10 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 25 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 31 sec ago | 0.10 KB
-
💵 Make 3000$ in 20 minutes 💵
JavaScript | 34 sec ago | 0.24 KB
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 44 sec ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand