How to use Arduino UNO 'power on' as a signal?

Hi everyone.
is it OK to take UNO's power on as a signal to do some thing, and how please?
Thanks
adam

Have the Arduino set an output pin HIGH at startup.

That way you know it booted successfully.

1 Like

Thanks.
I'd like the UNO itself to use the signal to do some thing at the very begining.

Just put code in setup() and it will do things at power on.

1 Like

Thank you!

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.