Fast SPI-based serial interface to AD9850 clock generator. Has same interface as (bit-banging based) AD9850 library, but more than x100 faster in frequency update speed. Can sweep 1KHz to 30MHz in 1KHz step in a few seconds.

Revision:
2:cadcce6214d3
Child:
3:87e53236da21
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/library.json	Thu Jan 09 17:25:44 2020 +0000
@@ -0,0 +1,15 @@
+{
+    "name": "AD9850SPI",
+    "keywords": "AD9850, SPI",
+    "description": "Fast AD9850 serial interface over SPI",
+    "authors": {
+        "name": "Taisuke Yamada",
+        "url": "https://os.mbed.com/users/tyamadajp/"
+    },
+    "frameworks": "mbed",
+    "platforms": "*",
+    "repository": {
+        "type": "hg",
+        "url": "https://os.mbed.com/users/tyamadajp/code/AD9850SPI/"
+    }
+}
\ No newline at end of file