big refactoring and features added
This commit is contained in:
14
App/Devices/stm32_dac_output.h
Normal file
14
App/Devices/stm32_dac_output.h
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @file stm32_dac_output.h
|
||||
* @brief STM32 internal DAC helper for PA4 output generation.
|
||||
*/
|
||||
|
||||
#ifndef STM32_DAC_OUTPUT_H
|
||||
#define STM32_DAC_OUTPUT_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void stm32_dac_output_init(void);
|
||||
void stm32_dac_output_set(uint16_t dac_code, uint8_t enabled);
|
||||
|
||||
#endif /* STM32_DAC_OUTPUT_H */
|
||||
Reference in New Issue
Block a user