A collection of Analog Devices drivers for the mbed platform

For additional information check out the mbed page of the Analog Devices wiki: https://wiki.analog.com/resources/tools-software/mbed-drivers-all

Files at this revision

API Documentation at this revision

Comitter:
Adrian Suciu
Date:
Thu Aug 18 15:14:29 2016 +0300
Parent:
28:e24b911ddd7c
Child:
30:990ce210e8c2
Commit message:
Added missing doxygen tags

Changed in this revision

libraries/ADXL362/ADXL362.h Show annotated file Show diff for this revision Revisions of this file
libraries/CN0216/CN0216.h Show annotated file Show diff for this revision Revisions of this file
libraries/EVAL_ADXL362_ARDZ/EVAL_ADXL362_ARDZ.h Show annotated file Show diff for this revision Revisions of this file
libraries/EVAL_ADXL362_ARDZ/Lcd.h Show annotated file Show diff for this revision Revisions of this file
--- a/libraries/ADXL362/ADXL362.h	Thu Aug 18 15:14:12 2016 +0300
+++ b/libraries/ADXL362/ADXL362.h	Thu Aug 18 15:14:29 2016 +0300
@@ -50,6 +50,9 @@
 
 #include "mbed.h"
 
+/**
+ * @brief Analog devices ADXL362 Digital Output MEMS Accelerometer
+ */
 class ADXL362
 {
 public:
--- a/libraries/CN0216/CN0216.h	Thu Aug 18 15:14:12 2016 +0300
+++ b/libraries/CN0216/CN0216.h	Thu Aug 18 15:14:29 2016 +0300
@@ -51,6 +51,9 @@
 #ifndef CN0216_H_
 #define CN0216_H_
 
+/**
+ * @brief EVAL-CN0216 weigh scale measurement shield
+ */
 class CN0216
 {
 public:
--- a/libraries/EVAL_ADXL362_ARDZ/EVAL_ADXL362_ARDZ.h	Thu Aug 18 15:14:12 2016 +0300
+++ b/libraries/EVAL_ADXL362_ARDZ/EVAL_ADXL362_ARDZ.h	Thu Aug 18 15:14:29 2016 +0300
@@ -51,7 +51,9 @@
 #include "Lcd.h"
 #include "ADXL362.h"
 
-
+/**
+ * @brief EVAL-ADXL362_ARDZ accelerometer shield
+ */
 class EVAL_ADXL362_ARDZ
 {
 public:
--- a/libraries/EVAL_ADXL362_ARDZ/Lcd.h	Thu Aug 18 15:14:12 2016 +0300
+++ b/libraries/EVAL_ADXL362_ARDZ/Lcd.h	Thu Aug 18 15:14:29 2016 +0300
@@ -51,6 +51,10 @@
 #include <stdio.h>
 #include "mbed.h"
 
+
+/**
+ * @brief Lcd class
+ */
 class Lcd
 {
 public: