最新消息:

Arduino内置教程-数字

Arduino 少儿编程 1686浏览 0评论
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.

您必须 登录 才能发表评论!