it works like a charm! tested with
disp.set("HH"); disp.set("H------H"); disp.set(3); disp.set(3.1); disp.set(3.14); disp.set(3.14159); disp.set(3.14159+"H"); disp.set("3.14159H");
Everything is working as expected. Thank you very much @Gordon !!
Regarding the above testing, I think the module can be upgraded :)
@Jean-Philippe_Rey started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
it works like a charm! tested with
Everything is working as expected. Thank you very much @Gordon !!
Regarding the above testing, I think the module can be upgraded :)