Tool/software:
How do I read analog values from a GPIO port for example DIO11 or something like that in the Simple Peripheral example?
I see the PIN_getInputValue(...) function, but this returns a HIGH or LOW (1 or 0), I was wondering if it was possible to read analog values?
I'm not able to use Sensor Controller because it stops working after I reboot. Any help would be highly appreciated.