Webduino 模擬器:按鈕控制Youtube影片 (Control the speed of a youtube video with Webduino)
1 min readNov 22, 2018
Webduino有提供控制Youtube影片的積木,本篇要搭配Arduino模擬器按鈕開關來控制Youtube影片播放的速度。
Webduino Blockly provides blocks that control the speed of a video. And this tutorial teaches you how to do that.
模擬器的接線方式為五個按鈕開關,按鈕開關的S分別接上 D2、D3、D4、D5、D6,按鈕開關的GND接UNO GND,按鈕開關的V 接 UNO 5V。
We need five buttons in Arduino simulator. The wiring are the following:
Button S Pin → Arduino UNO D2, D3, D4, D5, D6 (respectively)
Button G Pin → Arduino UNO GND
Button V Pin → Arduino UNO 5V
程式積木(The Code)
範例網址(Example URL):https://simulator.webduino.io/#-L-yVtNg59rGK9tzhcqk
影片(Demo Video):
Originally published at yunlinsong.blogspot.com on November 22, 2018.