Hello,
I have a problem with the serial monitor in a program.
When I use It, It doesn't do anything I said.
For examples: I active and it does not incorporate what I write. I command " 6 " but he does not make me see anything
epicmovie:
I note also that despite being told not to, you're still using pin 1.
What? Where? O.o
#define BS 1 <<Remember this number ONE
...
...
void setup (){
...
pinMode (BS,OUTPUT); <<What does BS hold? (that's right pin 1)
...
void loop(){
...
...
digitalWrite(BS,LOW); <<What pin are you writing to here (that's right pin 1)
...
...
digitalWrite(BS,LOW);<< Guess what's wrong with this
...
...
AWOL:
BTW, your sketch is roughly ten times as long as it needs to be.
I wondered why he linked to that site, instead of a github upload or something. I wonder if it's due to this policy this site has: "Binbox is the first get paid as you share monetization program." ...
Edit: Just thinking out loud - would he be better off using a switch case instead of those if / else ifs?
Delta_G:
That's dirty. I wonder how much it pays. You could run that game on forums all over the net.
Not only that, the Captcha is really annoying. I almost gave up because it took a while to load - and just screamed spyware to me. ...but I wanted to see if I could help, so it got the best of me.
Where you put the code. Nobody is going to go to binbox to get it. Especially now that we know what that is. If you want us to see the code, post it or attach it.