文件名称:pimpkin:Raspberry Pi控制了万圣节南瓜。 害怕? 如果你敢尝试!
文件大小:855KB
文件格式:ZIP
更新时间:2024-06-10 22:53:57
JavaScript
用生成的目录 平普金 Node.js应用程序(以及一些补充的声音文件)可控制少量LED并播放所述声音文件。 主要应用:使万圣节南瓜更恐怖! >:> 入门 获取代码 克隆仓库: git clone https://github.com/VipSaran/pimpkin.git cd pimpkin 要配置的东西(在blink.js ) 用于控制LED的GPIO引脚: var gpioPin1 = 18; // header pin 18 = GPIO port 24 var gpioPin2 = 22; // header pin 22 = GPIO port 25 各种时间安排: var interval = 100; // blinking interval (in ms) var pause = 5000; // delay (in ms) between consecu
【文件预览】:
pimpkin-master
----blink.js(4KB)
----screenshot.png(115KB)
----sounds()
--------Scream_And_Die_Fx-SoundBible.com-299479967.mp3(26KB)
--------Evil_laugh_Male_9-Himan-1598312646.mp3(85KB)
--------Female_Scream_Horror-NeoPhyTe-138499973.mp3(45KB)
--------Sqeaking_door-Sarasprella-1754011079.mp3(138KB)
--------Maniacal_Witches_Laugh-SoundBible.com-262127569.mp3(26KB)
--------Scary_Scream-SoundBible.com-1115384336.mp3(94KB)
--------Zombie_Brain_Eater-SoundBible.com-1076387080.mp3(118KB)
--------Spooky_Chains-SoundBible.com-969772338.mp3(212KB)
--------Raven_Sound_Clip-SoundBible.com-871913074.mp3(17KB)
----.gitignore(14B)
----README.md(2KB)
----LICENSE.txt(1KB)