spi mode fix

This commit is contained in:
2023-09-29 20:42:39 +02:00
parent 8a05f907dd
commit 67b3d6cf82
4 changed files with 9 additions and 8 deletions

View File

@@ -4,8 +4,8 @@
#define AD_DEFAULT_FREQ 1000U ///< Default initialisation frequency (Hz)
#define AD_DEFAULT_PHASE 0 ///< Default initialisation phase angle (degrees)
#define AD_MCLK 25000000U ///< Clock speed of the AD9833 reference clock in Hz
#define AD_MCLK_DIV2 12500000U ///< Clock speed of the AD9833 reference clock in Hz
#define AD_MCLK 24000000U ///< Clock speed of the AD9833 reference clock in Hz
#define AD_MCLK_DIV2 12000000U ///< Clock speed of the AD9833 reference clock in Hz
/**
* Channel enumerated type.
*