Hi
Someone out there who got the GPIO sample in SDK 8.2 ME working with the Raspberry Pi. For me only LED output works after coming around some curious pin assigments between SDK and RPi.
Now I have my program compiled and starting correct but the listener is not called if I alter the voltage level on the corresponding RPi pin.
I read
The trigger modes TRIGGER_HIGH_LEVEL
, TRIGGER_LOW_LEVEL
, and TRIGGER_BOTH_LEVELS
are not supported on the Raspberry Pi.
But the triggers are set to by the default TRIGGER_BOTH_EDGES
Is this the reason for not reacting listeners.
Regards, harald