Do you have an example?
SPI2.send4bit([15,15,15], 0b0001, 0b0011);
and
SPI2.send4bit([255,255,255], 0b0001, 0b0011);
both work fine for me...
@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.
Do you have an example?
and
both work fine for me...