Camera Slider Firmware 1.0
Firmware for camera slider with stepper motor control and BLE communication
|
Response messages sent by the device. More...
Macros | |
#define | BLE_RESP_BUSY "Error: Device busy" |
#define | BLE_RESP_CMD_ACK "Command received and executed" |
Command acknowledgment responses. | |
#define | BLE_RESP_ERROR "Error: Invalid command" |
Error responses. | |
#define | BLE_RESP_PARAM_ERROR "Error: Invalid parameter" |
#define | BLE_RESP_STATUS_FORMAT "JSON status object" |
Status response format. | |
Response messages sent by the device.
The device provides feedback for all commands and status updates through the BLE UART service.
#define BLE_RESP_CMD_ACK "Command received and executed" |
#define BLE_RESP_ERROR "Error: Invalid command" |