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
Diff: Lcd.h
- Revision:
- 2:e56adca82fee
- Parent:
- 0:689a0bf410c3
diff -r 235e7faab356 -r e56adca82fee Lcd.h
--- 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