AD9833-Library-Arduino icon indicating copy to clipboard operation
AD9833-Library-Arduino copied to clipboard

Using of alternate SPI

Open lorol opened this issue 5 years ago • 0 comments

Hi, Please take a look - this platform has additional SPI buses. https://github.com/stm32duino/wiki/wiki/API#spi When we are using an ISP OLED, on such platforms, we can direct the AD9833 to an alternative bus I am doing tests, maybe you can implement better in code by a #define

At beginning of AD9833.cpp /* Configure SPI3 of STM32 MOSI: PC12, MISO: PC11, SCLK: PC10 */ SPIClass SPIX(PC12, PC11, PC10);

Replace the SPI. with SPIX. used in 4 commands

lorol avatar Mar 06 '19 15:03 lorol