Hi all, raspberry hasn't an ADC.
I see following code :
http://docs.oracle.com/javame/config/cldc/opt-pkgs/api/dio-jmee8/api/jdk/dio/adc/package-summary.html
to manage analogue sensors with ADC.
I have a question:
in normal adc's we have usually interfaces with channel, chipset enabled (cs) and clock. In the code above is clear how manage channel, but it's not clear how manage clock and cs.
Is it possible to have indication about adc connection and their management in java me?
KR