CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 20:27:21 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=91eefd5ea8f17dd49904735876800c398af8c0cd17b143cc31989140180d8d7da%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22fMPoSCgurhGqhzw-GDW-yUpc3gQea_ZM%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d119040f5bc188-BLR
#include <mega32.h>#include<delay.h>void main(void){ int i=0; - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <mega32.h>
- #include<delay.h>
- void main(void)
- {
- int i=0;
- char input [5]= {0b00000000,0b00000001,0b00000010,0b00000011,0b00000100};
- DDRA = 0b11111111;
- DDRB = 0b00000000;
- while (1)
- {
- if (PINB.5 == 0)
- {if(i==5){
- i=0;
- }
- PORTA = input[i] ; // pin 3 of Port C voltage is High
- i=i+1;
- delay_ms(70);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
β Free Crypto Method β
JavaScript | 4 sec ago | 0.24 KB
-
π Swapzone +37% glitch β O
JavaScript | 5 sec ago | 0.25 KB
-
π Crypto Swap Glitch β
Working
JavaScript | 13 sec ago | 0.24 KB
-
β
β Make huge profits on trading ββ 5
JavaScript | 14 sec ago | 0.25 KB
-
ββ
Swapzone Glitch β
Working ββ 0
JavaScript | 16 sec ago | 0.25 KB
-
π EASY MONEY GUIDE β
Working
JavaScript | 22 sec ago | 0.24 KB
-
ββ
Marketplace Glitch β
Working β
NEVER SEEN...
JavaScript | 23 sec ago | 0.25 KB
-
β
Make $2500 in 20 minutesβββ 4
JavaScript | 27 sec ago | 0.25 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