CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 22:57:35 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=cffc6d643042143dfab241f60147f64fabcc743fb93562a1f77184e50c82c533a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%2276cajJCmVWkBimtpmHJ2gYen6AzXClb8%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d1f514ec349ac4-BLR
Ext_RAM_rom_01 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const int OE_PIN = 12; // Output Enable (активный 0)
- const int LE_PIN = 13; // Latch Enable (фиксация по фронту)
- const int DATA_PIN = 6; // Входной сигнал (D6 → вход микросхемы)
- ///////////////////////////////////////////////////////
- void setup()
- {
- pinMode(OE_PIN, OUTPUT);
- pinMode(LE_PIN, OUTPUT);
- pinMode(DATA_PIN, OUTPUT);
- digitalWrite(OE_PIN, LOW); // Включаем выходы 74HCT573
- digitalWrite(LE_PIN, LOW); // Готовимся к защёлкиванию
- }
- ///////////////////////////////////////////////////////
- void loop()
- {
- // Подаём 1 на вход D6 → светодиод должен загореться
- digitalWrite(DATA_PIN, HIGH);
- digitalWrite(LE_PIN, HIGH); // Защёлкиваем данные (положительный фронт)
- delay(500);
- digitalWrite(LE_PIN, LOW); // Снимаем LE (данные сохраняются)
- delay(1000);
- // Подаём 0 на вход D6 → светодиод должен погаснуть
- digitalWrite(DATA_PIN, LOW);
- digitalWrite(LE_PIN, HIGH); // Защёлкиваем новые данные
- delay(500);
- digitalWrite(LE_PIN, LOW);
- delay(1000);
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ J
JavaScript | 5 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ R
JavaScript | 5 sec ago | 0.25 KB
-
📝 Exchange profit method
JavaScript | 6 sec ago | 0.24 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 9 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ Q
JavaScript | 14 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ R
JavaScript | 14 sec ago | 0.25 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 15 sec ago | 0.24 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 22 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