UPDATE: I was able to get the 1.0.5r2 working. I then made all the changes required to compile a simple mozzi file. But am getting the following errors when compiling “sinewave.ino”
In file included from C:………\MozziGuts.cpp:29:
C:…….\utility/TimerOne.h: In member function ‘void TimerOne::setPwmDuty(char, unsigned int)’:
C:…….\utility/TimerOne.h:157: error: ‘TIMER1_A_PIN’ was not declared in this scope
C:…….\utility/TimerOne.h: In member function ‘void TimerOne::pwm(char, unsigned int)’:
C:…….\utility/TimerOne.h:175: error: ‘TIMER1_A_PIN’ was not declared in this scope
C:…….\utility/TimerOne.h: In member function ‘void TimerOne::disablePwm(char)’:
C:…….\utility/TimerOne.h:208: error: ‘TIMER1_A_PIN’ was not declared in this scope
C:…….\MozziGuts.cpp: In function ‘void startAudioHiFi()’:
C:…….\MozziGuts.cpp:359: error: ‘TIMER1_A_PIN’ was not declared in this scope
C:…….\MozziGuts.cpp:360: error: ‘TIMER1_B_PIN’ was not declared in this scope
Any help would be appreciated