Micropython-AD9833 icon indicating copy to clipboard operation
Micropython-AD9833 copied to clipboard

This script is written in python 3.x for interfacing the AD9833 with microcontrollers with micropython (specifically the PyBoard) over SPI.

Results 1 Micropython-AD9833 issues
Sort by recently updated
recently updated
newest added

Heya Kip! I'm having some issues with running this on Raspberry Pi Pico. My code is: ``` from machine import Pin, SPI from ad9833 import AD9833 spi = SPI(1, baudrate=9600,...