Hi, i'm trying to make a game using Tvout and to play the game I hope to use IR signals. but whenever I place this in the 'setup' tv will show me no signal. and if I delete it, it will work again(tvout).
Serial.begin(9600);
isn't there any way to solve this? or is it impossible to use it?
That is NOT the way to post your code.
Use the Quick Edit link to the lower right of the screen select Modify, and update the post to use code tags (</>).
PaulS:
The code does something. What does the code do?
You expect it to do something different? What does it not do that you want, or do that you don't want?
I'm trying to move a line using the IR signals that will be sent by a remote. I was trying to test it. but whenever I put this,
if (irrecv.decode(&results))
{
Serial.println(results.value, HEX);
irrecv.resume(); // Receive the next value
}
it will not work and the TV will give me 'No Signal' error