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.

Files at this revision

API Documentation at this revision

Comitter:
Taisuke Yamada
Date:
Fri Jan 10 10:24:50 2020 +0900
Branch:
switch-to-cmsis-bitops
Parent:
4:c60c1caa2593
Child:
6:8c15ffb18f88
Commit message:
Cleaned up spaces

Changed in this revision

library.json Show annotated file Show diff for this revision Revisions of this file
--- 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