|
Emakefun Encoder Motor Arduino Lib 1.1.1
|
#include <WString.h>Go to the source code of this file.
Functions | |
| String | em::esp_encoder_motor_lib::Version () |
| Get the version number string. | |
Variables | |
| constexpr uint8_t | em::esp_encoder_motor_lib::kVersionMajor = 1 |
| Major version number. | |
| constexpr uint8_t | em::esp_encoder_motor_lib::kVersionMinor = 1 |
| Minor version number. | |
| constexpr uint8_t | em::esp_encoder_motor_lib::kVersionPatch = 1 |
| Patch version number. | |
| #define _EM_ENCODER_MOTOR_LIB_H_ |
Definition at line 4 of file encoder_motor_lib.h.
| String em::esp_encoder_motor_lib::Version | ( | ) |
Get the version number string.
Definition at line 54 of file encoder_motor_lib.h.
|
constexpr |
Major version number.
Definition at line 22 of file encoder_motor_lib.h.
|
constexpr |
Minor version number.
Definition at line 32 of file encoder_motor_lib.h.
|
constexpr |
Patch version number.
Definition at line 42 of file encoder_motor_lib.h.