I'm trying to use Arduino Leonardo with TVOUT library (the only one that I found to do NTSC modulation).
The problem is that I can't even run the example, I searched in serveral forums without a concrete solution, here is the error:
C:\Users\jepser\Documents\Arduino\libraries\TVout\TVout.cpp: In member function 'void TVout::tone(unsigned int, long unsigned int)':
C:\Users\jepser\Documents\Arduino\libraries\TVout\TVout.cpp:825: error: 'DDR_SND' was not declared in this scope
C:\Users\jepser\Documents\Arduino\libraries\TVout\TVout.cpp:825: error: 'SND_PIN' was not declared in this scope
C:\Users\jepser\Documents\Arduino\libraries\TVout\TVout.cpp: In member function 'void TVout::noTone()':
C:\Users\jepser\Documents\Arduino\libraries\TVout\TVout.cpp:876: error: 'PORT_SND' was not declared in this scope
C:\Users\jepser\Documents\Arduino\libraries\TVout\TVout.cpp:876: error: 'SND_PIN' was not declared in this scope
It would be awesome if anyone can help me, with this.