[Ques]:Clear I/O

For makers who have purchased an Adafruit Starter Pack, get help with the tutorials here!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
rudster
 
Posts: 9
Joined: Wed Sep 10, 2008 6:25 pm

[Ques]:Clear I/O

Post by rudster »

I received my arduino today. i tested the blink and it worked but i just want to know how can i clear the I/O im tired of seeing it blink everytime its pluged in.

Thank you

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Post by adafruit »

when you program the arduino it will keep that program even after it is turned off
if you dont want it to blink, upload a new program!

mdgivens
 
Posts: 2
Joined: Fri Jan 16, 2009 3:42 pm

Re: [Ques]:Clear I/O

Post by mdgivens »

What I did to solve this issue is to write a sketch called Reset, which contains empty setup() and loop() functions. I then upload that sketch when I want to start fresh.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Starter Pack”