Developer World
Spresense Arduino Library v3.2.0-77d75a4
Aesm.h File Reference

Sensor Library Class for Arduino on Spresense. More...

#include <SensorClient.h>
#include <sensing/logical_sensor/step_counter.h>
Include dependency graph for Aesm.h:

Go to the source code of this file.

Classes

class  AesmClass
 

Macros

#define AESM_ECODE_CREATE_ERROR   0x10
 
#define AESM_ECODE_OPEN_ERROR   0x11
 
#define AESM_ECODE_CLOSE_ERROR   0x12
 
#define AESM_ECODE_SET_ERROR   0x13
 

Variables

AesmClass Aesm
 

Detailed Description

Sensor Library Class for Arduino on Spresense.

Author
Sony Semiconductor Solutions Corporation

By using this library, you can use the follow features on SPRESENSE.

  • Sensing Steps

Macro Definition Documentation

◆ AESM_ECODE_CREATE_ERROR

#define AESM_ECODE_CREATE_ERROR   0x10

Aesm Class Error Code Definitions. < Failure to create step counter. Failure to open step counter.

◆ AESM_ECODE_OPEN_ERROR

#define AESM_ECODE_OPEN_ERROR   0x11

Failure to close step counter.

◆ AESM_ECODE_CLOSE_ERROR

#define AESM_ECODE_CLOSE_ERROR   0x12

Failure to set step counter.