big refactoring and features added
This commit is contained in:
13
App/Devices/ad9833_device.h
Normal file
13
App/Devices/ad9833_device.h
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @file ad9833_device.h
|
||||
* @brief AD9833 waveform generator control helpers.
|
||||
*/
|
||||
|
||||
#ifndef AD9833_DEVICE_H
|
||||
#define AD9833_DEVICE_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void ad9833_apply(uint8_t enabled, uint8_t triangle_mode, uint32_t frequency_word);
|
||||
|
||||
#endif /* AD9833_DEVICE_H */
|
||||
Reference in New Issue
Block a user