Is anyone using the Seeed Grove Base BoosterPack in combination with the TI CC3200 Launchpad with success?
I have just baught the booster pack and it does not work as i hoped.
For example when i define 39 on J14 as digital output, the yellow led is controlled.
Checking pins_energia.h:
const uint16_t digital_pin_to_pin_num[] = {
NOT_A_PIN, /* dummy */
NOT_A_PIN, /* 1 - 3.3V */
..............
PIN_58, /* 2 - GPIO_03 */
PIN_17, /* 38 - GPIO_24 */
PIN_01, /* 39 - GPIO_10 */
PIN_02 /* 40 - GPIO_11 */
};
39 is connected to PIN_01 = GPIO_10 which is indeed the yellow led???