A collection of Analog Devices drivers for the mbed platform

Embed: (wiki syntax)

« Back to documentation index

EVAL_ADXL362_ARDZ Class Reference

EVAL_ADXL362_ARDZ Class Reference

EVAL-ADXL362_ARDZ accelerometer shield. More...

#include <EVAL_ADXL362_ARDZ.h>

Public Member Functions

 EVAL_ADXL362_ARDZ (Lcd &_lcd, ADXL362 &_adxl362)
 Constructor for the EVAL_ADXL362_ARDZ.
void ADXL_setup ()
 Initial setup of the ADXL.
void ADXL_scan_xyzt ()
 Method used to scan the ADXL axis data to the internal members.
bool ADXL_get_int ()
 Gets the status of the interrupt.
void LCD_setup ()
 Initial setup of the LCD.
void LCD_init_display ()
 Turns on the backlight and draws the static data to the LCD.
void LCD_deinit_display ()
 Turns off the backlight and clears the LCD.
void LCD_display_level ()
 Displays the level meter on the LCD.
void LCD_display_values ()
 Displays numeric values on the LCD.

Detailed Description

EVAL-ADXL362_ARDZ accelerometer shield.

Definition at line 57 of file EVAL_ADXL362_ARDZ.h.


Constructor & Destructor Documentation

EVAL_ADXL362_ARDZ ( Lcd _lcd,
ADXL362 _adxl362 
)

Constructor for the EVAL_ADXL362_ARDZ.

Parameters:
_lcdreference to an LCD object
_adxl362reference to an ADXL362 object

Definition at line 55 of file EVAL_ADXL362_ARDZ.cpp.


Member Function Documentation

bool ADXL_get_int (  )

Gets the status of the interrupt.

Returns:
true if interrupt is active

Definition at line 111 of file EVAL_ADXL362_ARDZ.cpp.

void ADXL_scan_xyzt (  )

Method used to scan the ADXL axis data to the internal members.

Definition at line 98 of file EVAL_ADXL362_ARDZ.cpp.

void ADXL_setup (  )

Initial setup of the ADXL.

Definition at line 75 of file EVAL_ADXL362_ARDZ.cpp.

void LCD_deinit_display (  )

Turns off the backlight and clears the LCD.

Definition at line 209 of file EVAL_ADXL362_ARDZ.cpp.

void LCD_display_level (  )

Displays the level meter on the LCD.

Definition at line 150 of file EVAL_ADXL362_ARDZ.cpp.

void LCD_display_values (  )

Displays numeric values on the LCD.

Definition at line 124 of file EVAL_ADXL362_ARDZ.cpp.

void LCD_init_display (  )

Turns on the backlight and draws the static data to the LCD.

Definition at line 182 of file EVAL_ADXL362_ARDZ.cpp.

void LCD_setup (  )

Initial setup of the LCD.

Definition at line 67 of file EVAL_ADXL362_ARDZ.cpp.