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

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 |
Sensor Library Class for Arduino on Spresense.
By using this library, you can use the follow features on SPRESENSE.
| #define AESM_ECODE_CREATE_ERROR 0x10 |
Aesm Class Error Code Definitions. < Failure to create step counter. Failure to open step counter.
| #define AESM_ECODE_OPEN_ERROR 0x11 |
Failure to close step counter.
| #define AESM_ECODE_CLOSE_ERROR 0x12 |
Failure to set step counter.