Nicolas Ruiz
Published

Prostest Object

An anklet that detects fidgeting in the leg.

IntermediateFull instructions provided3 hours190
Prostest Object

Things used in this project

Hardware components

Circuit Playground Express
Adafruit Circuit Playground Express
×1

Software apps and online services

MakeCode
Microsoft MakeCode

Story

Read more

Code

Code for the Anklet

JavaScript
input.onGesture(Gesture.Shake, function () {
    music.baDing.playUntilDone()
    light.setAll(0xff0000)
})
forever(function () {
    light.setAll(0x007fff)
})

Credits

Nicolas Ruiz
3 projects • 0 followers
Contact

Comments

Please log in or sign up to comment.