CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 07:49:02 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=8fbb140dbed51955b53f3aa340449e1c93568c291b6f5490ae28c63a58287b34a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22kdD4iG219sZipQgighHw7rnXddAYHCMc%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d4ff915e4ec1a4-BLR
#include <mega32.h>#include<delay.h>// Declare your global variables herev - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <mega32.h>
- #include<delay.h>
- // Declare your global variables here
- void main(void)
- {
- // Declare your local variables here
- DDRC = 0b00001111; // pin 3 of Port C is set as Output
- DDRB = 0b00000000; // pin 0, 1, 2, 3, 4, 5, 6, 7 of Port B is set as Input
- while (1)
- {
- // Place your code here
- if (PINB.5 == 0)
- {
- PORTC = 0b00001111; // pin 3 of Port C voltage is High
- delay_ms(200);
- }
- else
- {
- PORTC = 0b00000000; // pin 3 of Port C voltage is Low
- delay_ms(200);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 7 sec ago | 0.10 KB
-
📌 Swapzone +37% glitch ⭐ P
JavaScript | 8 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ 2
JavaScript | 17 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 18 sec ago | 0.10 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 26 sec ago | 0.25 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 29 sec ago | 0.10 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 40 sec ago | 0.10 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 52 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