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](https://forum.espruino.com/search/?q=%23define) WLAN_IRQ_PIN (Pin)(JSH_PORTB_OFFSET + 8) // active low
to
[#define](https://forum.espruino.com/search/?q=%23define) WLAN_IRQ_PIN (Pin)(JSH_PORTB_OFFSET + 2) // active low
in board_spi.h?
@DrAzzy 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.
In default configuration, CC3000 will use all pins available for I2C1 SCK - which is kinda lame.
Can I move it to B2 by changing
to
in board_spi.h?