Function generator code modified to work on the Freescale KL25Z
Fork of AD9850 function generator SPI driver by
This is an update to the original AD9850 SPI driver produced by Liam Goudge.
The main changes are to assign the appropriate pins and to send the 40-bit AD9850 programming word as five 8-bit packets. This is necessary because the KL25Z only supports 8-bit SPI transfers.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:a643b6a454aa | 2013-10-24 | ptamike | Corrected pin numbers in comments |
2:e9d2346ea1bb | 2013-10-23 | ptamike | Liam's original code modified to work with the Freescale KL25Z |
1:b0e6c82af2ef | 2013-09-28 | liamg | Version 2 with updated commentary |
0:b5fb7b3adfe2 | 2013-09-28 | liamg | First completed revision |