7 segment Display - In depth and Easy Tutorial

  Рет қаралды 137

Waiduino

Waiduino

Күн бұрын

Пікірлер: 1
@Waiduino
@Waiduino 10 ай бұрын
byte pin[] = {2, 3, 4, 5, 6, 7, 8, 9};//arduino pin array int number[9][8] = {//number array {0, 0, 1, 0, 1, 0, 0, 0},//1 {1, 1, 0, 1, 1, 1, 0, 1},//2 {0, 1, 1, 1, 1, 1, 0, 1},//3 {0, 0, 1, 1, 1, 0, 1, 1},//4 {0, 1, 1, 1, 0, 1, 1, 1},//5 {1, 1, 1, 1, 0, 1, 1, 1},//6 {0, 0, 1, 1, 1, 1, 1, 0},//7 {1, 1, 1, 1, 1, 1, 1, 1},//8 {0, 0, 1, 1, 1, 1, 1, 1},//9 }; void setup() { for (byte a = 0; a < 8; a++) { pinMode(pin[a], OUTPUT);//define output pins } } void loop() { for (int a = 0; a < 9; a++) { for (int b = 0; b < 8; b++) { digitalWrite(pin[b], number[a][b]);//display numbers } delay(1000);//delay } }
The BEST Mechanical Display You've EVER Seen!!!
13:51
Tin Foil Hat
Рет қаралды 419 М.
The Genius Way Computers Multiply Big Numbers
22:04
PurpleMind
Рет қаралды 258 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Retro MS-DOS Coding - Recreating the Iconic Award BIOS Screen
18:16
NCOT Technology
Рет қаралды 80 М.
Can I 100% Superliminal and Get a Refund?
23:36
Gronf
Рет қаралды 265 М.
How to make a simple led traffic light circuit
3:56
Project AA
Рет қаралды 18 М.
Using AI To Detect AI Music (and other music industry data-porn)
19:42
I Coded a Chess Engine in 7 Languages to test Performance!
25:07
Coding with Tom
Рет қаралды 7 М.
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 95 М.
I Created The World's Biggest Sudoku (with Code)
10:45
Green Code
Рет қаралды 45 М.