Micropython-AD9833
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
2
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,...
This PR adds a package.json file to make the module compatible with the MicroPython Package Manager (MIP).\n\nWith this change, users can install the module using: \\n\nThis PR is part of...