Camera Slider Firmware 1.0
Firmware for camera slider with stepper motor control and BLE communication
ble_index.h
Go to the documentation of this file.
1
341#ifndef BLE_INDEX_H
342#define BLE_INDEX_H
343
344#ifdef __cplusplus
345extern "C" {
346#endif
347
364#define BLE_API_VERSION "1.0"
365
371#define BLE_API_DATE "2024"
372
379#define BLE_API_MAIN_PAGE "BLE API Documentation Index"
380
// end of ble_index
382
383#ifdef __cplusplus
384}
385#endif
386
387#endif // BLE_INDEX_H