< >
Home » Arduino内置教程 » Arduino内置教程-数字

Arduino内置教程-数字

数字

Blink Without Delay: Blink an LED without using the delay() function.
Button: Use a pushbutton to control an LED.
Debounce: Read a pushbutton, filtering noise.
Digital Input Pullup: Demonstrates the use of INPUT_PULLUP with pinMode().
State Change Detection: Count the number of button pushes.
Tone Keyboard: A three-key musical keyboard using force sensors and a piezo speaker.
Tone Melody: Play a melody with a Piezo speaker.
Tone Multiple: Play tones on multiple speakers sequentially using the tone() command.
Tone Pitch Follower: Play a pitch on a piezo speaker depending on an analog input.

纠错,疑问,交流: 请进入讨论区点击加入Q群

获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号


标签: arduino内置教程, arduino数字