-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
suviendo video de keypad con arduino
- Loading branch information
1 parent
f913bb3
commit b00fd92
Showing
3 changed files
with
93 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
--- | ||
title: Aprende a usar KeyPad con Arduino | ||
video_number: 8 | ||
date: 2024-9-25 | ||
video_id: g3STlTHpUl0 | ||
repository: arduino/modulos/09_keypad | ||
tags: | ||
- arduino | ||
- keypad | ||
|
||
variations: | ||
- name: Demo Arduino KeyPad 3x4 | ||
lang: arduino | ||
folder: arduino/demo1_keypad_matriz_3-4 | ||
- name: Demo Arduino KeyPad 4x4 | ||
lang: arduino | ||
folder: arduino/demo1_keypad_matriz_4-4 | ||
- name: Demo ESP8266 KeyPad | ||
lang: arduino | ||
folder: arduino/demo1_keypad_ESP8266 | ||
- name: Demo ESP32 KeyPad | ||
lang: arduino | ||
folder: arduino/demo1_keypad_ESP32 | ||
- name: Demo Multikey | ||
lang: arduino | ||
folder: arduino/demo2_multikey_3-4 | ||
|
||
topics: | ||
- title: Intro | ||
time: "00:00" | ||
- title: Como funciona un Keypad | ||
time: "01:26" | ||
- title: Libreria Keypad arduino | ||
time: "05:26" | ||
- title: diagrama de Keypad | ||
time: "06:48" | ||
- title: Demo KeyPad 4x3 Arduino | ||
time: "07:20" | ||
- title: Demo KeuPad 4x4 Arduino | ||
time: "10:40" | ||
- title: Demo ESP32 KeyPad Arduino | ||
time: "11:22" | ||
- title: Demo ESP8266 KeuPAd Arduino | ||
time: "12:18" | ||
- title: Demo Multi tecla en KeyPad | ||
time: "12:57" | ||
|
||
links: | ||
- title: Librería KeyPad en Arduino | ||
url: https://github.com/Chris--A/Keypad | ||
- title: Referencia keypad | ||
url: https://www.arduino.cc/reference/en/libraries/keypad/ | ||
|
||
piezas: | ||
- title: keypad | ||
|
||
colaboradores: | ||
- title: Editor | ||
colaborador: ingjuan | ||
- title: fotógrafa | ||
colaborador: luis | ||
|
||
miembros: | ||
- title: Maker ESP | ||
items: | ||
- title: EDUARDO MARCELO PALACIOS | ||
- title: Maker Uno | ||
items: | ||
- title: JORGE LUIS RODRIGUEZ RAMIREZ | ||
- title: alexis carrasco | ||
- title: Carlos Jiménez | ||
- title: Mauricio Miramont | ||
- title: Nippur Nestor | ||
- title: federicoymarta garcia garcia | ||
- title: Fernando Armada | ||
- title: Waldo Ratti | ||
- title: Claudio Bloise | ||
- title: Lolailo Aviles Arroyo | ||
|
||
actualizado: true | ||
--- | ||
|
||
Veamos como agregar un montón de botones a nuestro proyecto de Arduino con este teclado especial que usa menos pines |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: tag | ||
title: "#keypad" | ||
subtitle: "videos sobre #keypad" | ||
tag-name: keypad | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters