7 segment Display (2) Hexadecimal Numbers - In depth and Easy Tutorial

  Рет қаралды 201

Waiduino

Waiduino

Күн бұрын

Пікірлер: 3
@Waiduino
@Waiduino 8 ай бұрын
byte pin[] = {2, 3, 4, 5, 6, 7, 8, 9};//e d c dp b a f g int number[17][8] = {//number array {1, 1, 1, 0, 1, 1, 1, 0},//0 {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 {1, 0, 1, 0, 1, 1, 1, 1},//A {1, 1, 1, 1, 0, 0, 1, 1},//b {1, 1, 0, 0, 0, 1, 1, 0},//c {1, 1, 1, 1, 1, 0, 0, 1},//d {1, 1, 0, 0, 0, 1, 1, 1},//E {1, 0, 0, 0, 0, 1, 1, 1},//F }; void setup() { for (byte a = 0; a < 8; a++) { pinMode(pin[a], OUTPUT);//define output pins } } void loop() { for (int a = 0; a < 16; a++) { for (int b = 0; b < 8; b++) { digitalWrite(pin[b], number[a][b]);//display numbers } delay(30);//delay } }
@kumonuser2439
@kumonuser2439 8 ай бұрын
Since you have posted a video on binary and now a video on hexadecimal, please make your next video on octal. It would be most beneficial for students who are learning the different computer number systems as well as arduino. Perfect use of explanations and physical components.
@Waiduino
@Waiduino 8 ай бұрын
Sure thing! Thanks for your comment!
Six, Five, and Four Segment Displays
5:19
Yenji Jem
Рет қаралды 1,4 МЛН
3 engineers race to design a PCB in 2 hours | Design Battle
11:50
Predictable Designs
Рет қаралды 447 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 39 МЛН
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 6 МЛН
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 48 МЛН
Deadpool family by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 3,7 МЛН
I never understood why you can't go faster than light - until now!
16:40
FloatHeadPhysics
Рет қаралды 4,1 МЛН
RGB LED Tutorial - In depth and WORKING Tutorial
8:43
Waiduino
Рет қаралды 201
20 Emerging Technologies That Will Change The World
48:48
Future Business Tech
Рет қаралды 1,5 МЛН
Building a Cat-Sized Lego Train
14:22
Brick Technology
Рет қаралды 11 МЛН
Math Trick - multiply with lines - the five zero edition
11:49
C++ vs Rust: which is faster?
21:15
fasterthanlime
Рет қаралды 405 М.
STM32 Guide #2: Registers + HAL (Blink example)
30:02
Mitch Davis
Рет қаралды 210 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 39 МЛН