Inspired by a description of an Arbitrary Waveform Generator
 
 
Go to file
ArjanteMarvelde 613f922bf5 Initial version 2021-12-31 13:20:19 +01:00
doc Initial version 2021-12-31 13:20:19 +01:00
CMakeLists.txt Initial version 2021-12-31 13:20:19 +01:00
README.md Update README.md 2021-12-31 13:01:41 +01:00
gen.c Initial version 2021-12-31 13:20:19 +01:00
gen.h Initial version 2021-12-31 13:20:19 +01:00
hmi.c Initial version 2021-12-31 13:20:19 +01:00
hmi.h Initial version 2021-12-31 13:20:19 +01:00
monitor.c Initial version 2021-12-31 13:20:19 +01:00
monitor.h Initial version 2021-12-31 13:20:19 +01:00
pico_sdk_import.cmake Initial version 2021-12-31 13:20:19 +01:00
uWFG.c Initial version 2021-12-31 13:20:19 +01:00
uWFG.h Initial version 2021-12-31 13:20:19 +01:00
wfgout.c Initial version 2021-12-31 13:20:19 +01:00
wfgout.pio Initial version 2021-12-31 13:20:19 +01:00

README.md

uWFG-Pico

Inspired by a description of an Arbitrary Waveform Generator I decided to try this myself. The uSDR-Pico project focused on getting to know the Pico, especially the multi-core feature, this project will focus on using PIO and DMA.