Open boylesg opened 1 year ago
In file synEngine.h
Pin 4 is not a PWM pin on Uno, Mini, Nano or Pro.
You need to change it to this:
#define CHA 9 #define CHB 10
#define CHA 3 #define CHB 4
In file synEngine.h
define CHA 3
define CHB 4
Pin 4 is not a PWM pin on Uno, Mini, Nano or Pro.
You need to change it to this:
if defined ARDUINO_AVR_UNO || defined ARDUINO_AVR_PRO || #defined ARDUINO_AVR_MEGA
else
endif