Skip to content

Commit

Permalink
suviendo video de keypad con arduino
Browse files Browse the repository at this point in the history
  • Loading branch information
chepecarlos committed Sep 25, 2024
1 parent f913bb3 commit b00fd92
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 1 deletion.
83 changes: 83 additions & 0 deletions _series/arduino/modulos/08_KeyPad.md
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
6 changes: 6 additions & 0 deletions _tag/keypad.md
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
---
5 changes: 4 additions & 1 deletion _tag/nube_tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ redirect_from:
<div class="link-list">
<ul>
<li>
<a href="/tag/arduino">#arduino [121]</a>
<a href="/tag/arduino">#arduino [122]</a>
</li>
<li>
<a href="/tag/esp32">#esp32 [48]</a>
Expand Down Expand Up @@ -424,6 +424,9 @@ redirect_from:
<li>
<a href="/tag/modulos">#modulos [1]</a>
</li>
<li>
<a href="/tag/keypad">#keypad [1]</a>
</li>
<li>
<a href="/tag/ipestatica">#ipestatica [1]</a>
</li>
Expand Down

0 comments on commit b00fd92

Please sign in to comment.