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.

Branch:
switch-to-cmsis-bitops
Revision:
5:bf9087d1671b
Parent:
3:87e53236da21
--- a/library.json	Fri Jan 10 10:24:30 2020 +0900
+++ b/library.json	Fri Jan 10 10:24:50 2020 +0900
@@ -1,16 +1,16 @@
-{
-    "name": "AD9850SPI",
-    "version": "0.0.1",
-    "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/"
-    }
+{
+    "name": "AD9850SPI",
+    "version": "0.0.1",
+    "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