Hi, there is a little typo on the espruino page.
"myxbee=requere('XBee-API1'.connect(Serial1);"
should be: myxbee=require('XBee-API1'.connect(Serial1);
dirk
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.
Hi, there is a little typo on the espruino page.
"myxbee=requere('XBee-API1'.connect(Serial1);"
should be:
myxbee=require('XBee-API1'.connect(Serial1);
dirk