Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ADF4360 Class Reference
#include <MODADF4360.h>
Detailed Description
MODADF4360 Test library
Standard example:
#include "mbed.h" #include "MODADF4360.h" DigitalOut led1(LED1); ADF4360 adf(p5, p6, p7, p8); int main() { // Setup all the parts of the Control Latch adf.prescalerValue(1); adf.cpGain(1); //... set all the parts you need, then... // Once all the parts ate set, write them to the device. adf.controlLatchWrite(); // repeat for N and R latches. while(1) { led1 = !led1; wait(1); } }
Definition at line 74 of file MODADF4360.h.
Generated on Tue Jul 19 2022 00:43:38 by
1.7.2