mirror of
https://github.com/EnhancedRadioDevices/DDS
synced 2023-10-28 07:08:12 +00:00
Change 'Use Timer 2 Only' from compile option to software option
This commit is contained in:
@@ -16,6 +16,7 @@ void setup() {
|
||||
digitalWrite(PWM_PIN, LOW);
|
||||
|
||||
dds.start();
|
||||
dds.startPhaseAccumulator(false);
|
||||
dds.playWait(600, 3000);
|
||||
dds.on();
|
||||
//dds.setAmplitude(31);
|
||||
@@ -38,4 +39,4 @@ ISR(ADC_vect) {
|
||||
}
|
||||
dds.clockTick();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user