Wanted to use A5..A7 for SPI CLK, MISO, and MOSI as Espruino 1v3 board specification lists
SPI2.setup({sck:A5, miso:A6, mosi:A7, baud: 1000000});
but get the following console output:
1v70 Copyright 2014 G.Williams >echo(0); ERROR: Pin A5 is not capable of SPI SCK Suitable pins are: B13 undefined
Do I miss something here?
@allObjects 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.
Wanted to use A5..A7 for SPI CLK, MISO, and MOSI as Espruino 1v3 board specification lists
but get the following console output:
Do I miss something here?