* Changes in 2.2.32 (Jan 7, 2023)
+ Triggering an Arduino digital pin via goodmonkey() is supported.
See alert_function.Arduino.m, regarding to how to set the arduino object.
Use the 'JuiceLine' option to specify the pin, as shown below.
https://monkeylogic.nimh.nih.gov/board/read.php?2,1474,1474#msg-1474
goodmonkey(100,'juiceline','D2'); % use the D2 pin
- The problem that 24-bit wav files were played incorrectly is fixed.