If I am doing my math correctly the above code is trying to produce a -256Hz tone for 1 second. I do not think this is possibleCode:freqout porta.5,1000*/$100,115*/$100
Try:
and see what happens.Code:FREQOUT PORTA.5,1000,440,350
If I am doing my math correctly the above code is trying to produce a -256Hz tone for 1 second. I do not think this is possibleCode:freqout porta.5,1000*/$100,115*/$100
Try:
and see what happens.Code:FREQOUT PORTA.5,1000,440,350
Dave
Always wear safety glasses while programming.
Bookmarks