Camera Slider Firmware 1.0
Firmware for camera slider with stepper motor control and BLE communication
Macros
Future Enhancements

Planned API improvements. More...

Macros

#define BLE_FUTURE_COMMANDS   "Enhanced command set"
 Enhanced command set.
 
#define BLE_FUTURE_LOGGING   "Data logging capabilities"
 Data logging.
 
#define BLE_FUTURE_MULTI_DEVICE   "Multi-device support"
 Multi-device support.
 

Detailed Description

Planned API improvements.

Macro Definition Documentation

◆ BLE_FUTURE_COMMANDS

#define BLE_FUTURE_COMMANDS   "Enhanced command set"

Enhanced command set.

Planned commands include:

  • Absolute positioning
  • Speed control
  • Programmed sequences
  • Status queries
  • Configuration management

Definition at line 406 of file ble_api.h.

◆ BLE_FUTURE_LOGGING

#define BLE_FUTURE_LOGGING   "Data logging capabilities"

Data logging.

Planned features include:

  • Movement history
  • Performance metrics
  • Error logging
  • Usage statistics

Definition at line 417 of file ble_api.h.

◆ BLE_FUTURE_MULTI_DEVICE

#define BLE_FUTURE_MULTI_DEVICE   "Multi-device support"

Multi-device support.

Planned features include:

  • Multiple slider control
  • Synchronized movements
  • Master-slave configurations
  • Network coordination

Definition at line 428 of file ble_api.h.