EVAL-ADXL362-ARDZ accelerometer shield
Dependencies: ADXL362
Dependents: EVAL_ADXL362_ARDZ-helloworld
For additional information check out the mbed page of the Analog Devices wiki: https://wiki.analog.com/resources/tools-software/mbed-drivers-all
Revision 2:e56adca82fee, committed 2016-08-18
- Comitter:
- adisuciu
- Date:
- Thu Aug 18 12:37:03 2016 +0000
- Parent:
- 1:235e7faab356
- Commit message:
- Implemented missing doxygen tags
Changed in this revision
| EVAL_ADXL362_ARDZ.h | Show annotated file Show diff for this revision Revisions of this file |
| Lcd.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/EVAL_ADXL362_ARDZ.h Thu May 19 09:00:27 2016 +0000
+++ b/EVAL_ADXL362_ARDZ.h Thu Aug 18 12:37:03 2016 +0000
@@ -51,7 +51,9 @@
#include "Lcd.h"
#include "ADXL362.h"
-
+/**
+ * @brief EVAL-ADXL362_ARDZ accelerometer shield
+ */
class EVAL_ADXL362_ARDZ
{
public:
--- a/Lcd.h Thu May 19 09:00:27 2016 +0000
+++ b/Lcd.h Thu Aug 18 12:37:03 2016 +0000
@@ -51,6 +51,9 @@
#include <stdio.h>
#include "mbed.h"
+/**
+ * @brief Lcd class
+ */
class Lcd
{
public:
EVAL-ADXL362-ARDZ