
* activate A/D convertor
* setup the channel you want to measure (normally A/D convertors on mcu are multichannel)
* setup mode of conversion
* start conversion
* ... wait for conversion to finish (as a beginner use POLLING and NO interrupt - esp. for a test case like the one I propose)
* put the value together
