Hey Cube team, here's some code for stm32f4xx_hal_dac_ex.c
Posted on February 25, 2015 at 00:41 /* * For when you don't want a triangle wave or random noise. */ HAL_StatusTypeDef HAL_DACEx_NoWaveGenerate(DAC_HandleTypeDef* hdac, uint32_t Channel) { /* Check the parameters */ assert_param(IS_DAC_CHANNEL(C...