#✅ - new to arduino and coding could some one help me figure out why this isn't working

15 messages · Page 1 of 1 (latest)

craggy barn
#

also no idea how to wire it

fervent palmBOT
#

Hey @craggy barn, thank you for contributing to this forum.
Please provide as much information (images, video, description) as you can. This will increase the chance that someone can help you with your issue.
Use the Close button when your issue is resolved.

craggy barn
#

for a faceplate iron man helmet

pseudo horizon
#

Dont write if (tasterstatus == high), its if (tasterstatus == 1)

#

Or 0 depending on how you built the circuit, but 1 should be good

craggy barn
pseudo horizon
#

Taster pin is just the arduino pin the button is connected to

#

The status is voltage on or off

#

1 = on

#

0 = off

craggy barn
#

okay thank you

pseudo horizon
#

No problem

#

Does it work now?

craggy barn
#

I haven’t tried

fervent palmBOT