user149415
Member since Sep 2022 • Last active Sep 2022Most recent activity
-
I am using the UART.js library and iskraJS microcontroller .
Espruino Web IDE is used to program this microcontrollerdocument.body.onclick = function() { UART.connect( function(connection) { if (!connection) throw "Error!"; connection.write("var on = false;setInterval(function() {on = !on;LED1.write(on);}, 5000);", function(){ }); } ) }
-
Does the UART.js library work with ESP-WROOM-32 DevKit v1 microcontrollers?