File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ static void setupTimer2()
441441 backupPreMozziTimer2 (); // to reset while pausing
442442 unsigned long period = 16000000UL /AUDIO_RATE;
443443 period *= FrequencyTimer2::clockCyclesPerMicrosecond ();
444- FrequencyTimer2::setPeriod (period);
444+ FrequencyTimer2::setPeriodMicroSeconds (period);
445445 FrequencyTimer2::setOnOverflow (dummy);
446446 FrequencyTimer2::enable ();
447447
Original file line number Diff line number Diff line change @@ -3,12 +3,17 @@ Mozzi sound synthesis library for Arduino
33NEWS
44get the latest version from https://sensorium.github.io/Mozzi/
55
6+
7+ release v1.0.3rc5
8+ -MozziGuts.cpp line 444: changed setPeriod to setPeriodMicroSeconds to match Mozzi's modified FrequencyTimer2
9+
10+
611version 2016-12-11-17:03
712release v1.0.3rc4
813- removed stray FrequencyTimer files from main folder, which stopped anything compiling...!
914- small fixes in rc3
1015
11- version 2016-12-11-17:03
16+
1217release v1.0.3rc2
1318
1419- Teensy now compiles, bit of a hack added
You can’t perform that action at this time.
0 commit comments