I’m trying to control Pin 15 on Raspberry Pi Connector. The schematic shows it as WP_GPIO_8_lvl which goes to GPIO35 on the CP3 module. The bindings section in the .adef file is as follows:
bindings:
{
** ledtest4.ledtest4Component.mangoh_ledGpio -> gpioService.le_gpioPin35**
}
The program compiles fine but when I run it nothing happens and I get the following message:
Missing binding: ledtest4.ledtest4Component.mangoh_ledGpio -> .le_gpioPin35
The program works fine when I try to control Pin 13 on the Raspberry Pi Connector, GPIO23 on CF3 module.
Any ideas to what I am missing?