Accessing MCU Pins not on a socket - Fez Cerberus

Hi, how would I access a MCU pin which isn’t accessable through one of the sockets, for example PB15, I’ve tried “Cpu.Pin.GPIO_xxx”, but it doesn’t seem to be what I need, any ideas would be great.

You can use number of the pin, which is 31 for PB15.

That’s great, thanks :slight_smile: