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
--- a/AD9833.cpp	Tue Nov 21 19:13:17 2017 +0000
+++ b/AD9833.cpp	Tue Nov 21 19:18:25 2017 +0000
@@ -1,10 +1,9 @@
-/*
+/* AD9833 library for STM3F103
  * AD9833.cpp
- * 
- * Copyright 2016 Bill Williams <wlwilliams1952@gmail.com, github/BillWilliams1952>
+ * Roland Pelayo
  *
- * Thanks to john@vwlowen.co.uk for his work on the AD9833. His web page
- * is: http://www.vwlowen.co.uk/arduino/AD9833-waveform-generator/AD9833-waveform-generator.htm
+ * 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