Attempting to build:
My attempt to build for the Nano ESP. Build for the Uno R4 was successful. I an new to Lisp/uLisp but long time developer, mostly C, C++, Perl. Lots of work with Particle boards.
uLisp ESP Release 4.4d
For Arduino Nano ESP32
Installing uLisp from the Arduino IDE
• Install the ESP32 Arduino core version 2.0.3 or later.
• Select ESP32 Arduino from the Board menu.
• Select the ESP32S2 Dev Module board opt
Compile Errors:
/Users/donaldthompson/Documents/Arduino/uLisp-ESP/uLisp-ESP.ino:1952:29: error: macro “tone” requires 3 arguments, but only 2 given
void tone (int pin, int note) {
^
/Users/donaldthompson/Documents/Arduino/uLisp-ESP/uLisp-ESP.ino:1965:54: error: macro “tone” requires 3 arguments, but only 2 given
tone(pin, pgm_read_word(&scale[note%12])>>prescaler);
^
exit status 1
Compilation error: macro “tone” requires 3 arguments, but only 2 given