• In default configuration, CC3000 will use all pins available for I2C1 SCK - which is kinda lame.

    Can I move it to B2 by changing

    [#define](http://forum.espruino.com/sear­ch/?q=%23define) WLAN_IRQ_PIN      (Pin)(JSH_PORTB_OFFSET + 8) // active low
    

    to

    [#define](http://forum.espruino.com/sear­ch/?q=%23define) WLAN_IRQ_PIN      (Pin)(JSH_PORTB_OFFSET + 2) // active low
    

    in board_spi.h?

About

Avatar for DrAzzy @DrAzzy started