Example program for EVAL-CN0535-FMCZ

Dependencies:   platform_drivers AD77681

Revision:
2:998f1de78dae
Parent:
1:f3b5e79a8488
--- a/main.cpp	Mon Mar 15 07:12:29 2021 +0000
+++ b/main.cpp	Mon Apr 12 07:44:03 2021 +0000
@@ -1,8 +1,28 @@
+/*!
+ *****************************************************************************
+ *@file:  main.c
+ *
+ *@brief: main module for EVAL-CN0535-FMCZ example program
+ *
+ *@details: main module for EVAL-CN0535-FMCZ example program
+ *-----------------------------------------------------------------------------
+ *
+ Copyright (c) 2021 Analog Devices, Inc.
+ All rights reserved.
+
+ This software is proprietary to Analog Devices, Inc. and its licensors.
+ By using this software you agree to the terms of the associated
+ Analog Devices Software License Agreement.
+ *****************************************************************************/
+
+/*** includes ***/
 #include "mbed.h"
 #include "main.h"
 #include "app_config.h"
 #include "cn0535_init_params.h"
-#define CRC_DEBUG
+
+//Uncomment this to print CRC/XOR
+//#define CRC_DEBUG
 
 // Descriptor of the main device - the ADC AD7768-1
 ad77681_dev *device;