Yes, it is supported... Just use it like this:
var spi = new SPI(); spi.setup({sck:A5, miso:A6, mosi:A7}); var nrf = require("NRF24L01P").connect( spi, B0, B1 );
@Gordon 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.
Yes, it is supported... Just use it like this: