A sine wave generator using AD9833 and AD9850 using STM32F103RB

Dependencies:   mbed

This is a sine wave generator using DDS IC' AD9833 and AD9850. The STM32F1 microcontroller produces the SPI commands for the two DDS.

Learn more about STM32F1 in my blog: https://www.teachmemicro.com

Revision:
2:602f7589c53e
Parent:
0:6069c0f2a245
diff -r 9dcccb399f0b -r 602f7589c53e AD9833.h
--- a/AD9833.h	Tue Nov 21 19:13:17 2017 +0000
+++ b/AD9833.h	Tue Nov 21 19:18:25 2017 +0000
@@ -1,8 +1,9 @@
-/*
+/* AD9833 library for STM3F103
  * AD9833.h
- * 
- * Copyright 2016 Bill Williams <wlwilliams1952@gmail.com, github/BillWilliams1952>
- * 
+ * Roland Pelayo
+ *
+ * Based on the library from Bill Williams <wlwilliams1952@gmail.com, github/BillWilliams1952>
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or