File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ extern "C" {
5252#if defined(HAL_ADC_MODULE_ENABLED ) && !defined(HAL_ADC_MODULE_ONLY )
5353uint32_t get_adc_channel (PinName pin , uint32_t * bank );
5454uint32_t get_adc_internal_channel (PinName pin );
55+ uint16_t adc_read_value (PinName pin , uint32_t resolution );
5556#endif
5657#if defined(HAL_DAC_MODULE_ENABLED ) && !defined(HAL_DAC_MODULE_ONLY )
5758uint32_t get_dac_channel (PinName pin );
58- #endif
5959void dac_write_value (PinName pin , uint32_t value , uint8_t do_init );
6060void dac_stop (PinName pin );
61- uint16_t adc_read_value ( PinName pin , uint32_t resolution );
61+ #endif
6262#if defined(HAL_TIM_MODULE_ENABLED ) && !defined(HAL_TIM_MODULE_ONLY )
6363void pwm_start (PinName pin , uint32_t clock_freq , uint32_t value , TimerCompareFormat_t resolution );
6464void pwm_stop (PinName pin );
You can’t perform that action at this time.
0 commit comments