User Activity

Posted on May 02, 2017 at 12:07HiI am trying to read an adc value from a potentiometer with the following code:         uint32_t readADCServo()         {         uint32_t adcValue, adcValueDegrees;          HAL_ADC_Start(&hadc1);          if (HAL_A...