espruino_1v85.139_pico_1r3_bootloader.bin successfully flashed this time, yay!
espruino_1v85.139_pico_1r3_bootloader.bin
I tried almost everything I could think of, including:
Just for the record, what's the proper syntax for .connect():
.connect()
var wlan = require("CC3000").connect(SPI2, A7, A6, A5);
....or....
var wlan = require("CC3000").connect(SPI2, {cs:A7, en:A6, irq:A5});
Thanks so much, @Gordon! :)
@TheAlchemist 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.
espruino_1v85.139_pico_1r3_bootloader.bin
successfully flashed this time, yay!I tried almost everything I could think of, including:
Just for the record, what's the proper syntax for
.connect()
:....or....
Thanks so much, @Gordon! :)