• 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?

About

Avatar for allObjects @allObjects started