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

  Рет қаралды 270

Waiduino

Waiduino

Күн бұрын

Пікірлер: 3
@Waiduino
@Waiduino 10 ай бұрын
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 10 ай бұрын
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 10 ай бұрын
Sure thing! Thanks for your comment!
4 digit 7 segment display with Arduino
5:19
VinVout-io
Рет қаралды 553
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН
Sigma girl VS Sigma Error girl 2  #shorts #sigma
0:27
Jin and Hattie
Рет қаралды 124 МЛН
Thank you mommy 😊💝 #shorts
0:24
5-Minute Crafts HOUSE
Рет қаралды 33 МЛН
Solving a 'Germany' Math olympiad question
6:50
Asad International Academy
Рет қаралды 496
This AI Robot Is Doing the Impossible - Unitree x ElizaWakesUp
9:30
AI Revolution
Рет қаралды 162 М.
The Sketchbook Series | Katsuya Terada
16:40
Trojan Horse Was a Unicorn
Рет қаралды 11 М.
Math Olympiad l A Nice Exponential Problem l VIJAY Maths
11:23
How does Persistence of Vision Work?
2:00
Waiduino
Рет қаралды 27
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54