Library files for EVAL-AD910x

Dependents:   EVAL-AD910x

Revision:
4:15b1cf1aa2b0
Parent:
3:909f157c982e
--- a/ad910x.cpp	Fri Mar 26 12:20:54 2021 +0000
+++ b/ad910x.cpp	Sat Apr 10 10:45:39 2021 +0000
@@ -1,3 +1,19 @@
+/******************************************************************************
+    @file:  ad910x.cpp
+ 
+    @brief: Implements device-specific SPI and pattern generation functions,
+            and printing of data from SPI read to text-based user interface
+-------------------------------------------------------------------------------
+    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.
+    
+    20210120-LWSC-CTSLA
+******************************************************************************/
+
 #include "mbed.h"
 #include "ad910x.h"