RSeries astromech firmware
PSControllerInternal.h File Reference
#include "sdkconfig.h"
#include "esp_log.h"
#include "esp_bt.h"
#include "esp_bt_main.h"
#include "esp_bt_device.h"
#include "esp_gap_bt_api.h"
#include "esp_spp_api.h"
#include "bt/private/stack/gap_api.h"
#include "bt/private/stack/bt_types.h"
#include "bt/private/stack/l2c_api.h"
#include "bt/private/stack/btm_api.h"
#include "bt/private/osi/allocator.h"
#include "PSController.h"
+ Include dependency graph for PSControllerInternal.h:

Go to the source code of this file.

Macros

#define ESP_IDF_VERSION_VAL(major, minor, patch)   ((major << 16) | (minor << 8) | (patch))
 Check if the project is configured properly. More...
 
#define ESP_IDF_VERSION
 

Macro Definition Documentation

◆ ESP_IDF_VERSION

#define ESP_IDF_VERSION
Value:
ESP_IDF_VERSION_VAL(ESP_IDF_VERSION_MAJOR, \
ESP_IDF_VERSION_MINOR, \
ESP_IDF_VERSION_PATCH)

◆ ESP_IDF_VERSION_VAL

#define ESP_IDF_VERSION_VAL (   major,
  minor,
  patch 
)    ((major << 16) | (minor << 8) | (patch))

Check if the project is configured properly.

Check the configured blueooth mode

ESP_IDF_VERSION_VAL
#define ESP_IDF_VERSION_VAL(major, minor, patch)
Check if the project is configured properly.
Definition: PSControllerInternal.h:62