13 #include <hal/gpio_types.h>
16 #include <driver/ledc.h>
Definition: effectsConfig.h:30
const uint8_t MAX_BRIGHTNESS
maximum led brightness value. from 0 (always off) to 255 (maximum possible brightness).
Definition: projectConfig.h:38
const gpio_num_t PIN_LED_CLOCK
Definition: projectConfig.h:72
const gpio_num_t PIN_RF_SWITCH
Input Pullup in Hardware.
Definition: projectConfig.h:80
const char BLE_CHARACTERISTIC_UUID_str[]
Definition: projectConfig.h:103
const gpio_num_t PIN_MPU6050_SCL
Definition: projectConfig.h:82
const gpio_num_t PIN_LED_DATA_1
Definition: projectConfig.h:73
const int UNIVERSE
First DMX Universe to listen for.
Definition: projectConfig.h:45
const char BLE_SERVICE_UUID_str[]
Definition: projectConfig.h:102
const float WMA_PARAM_ACCEL
parameter in weighted moving average . lower value: more immediate response, higher value may reduce...
Definition: projectConfig.h:42
const gpio_num_t PIN_MPU6050_SDA
Definition: projectConfig.h:83
const char BLE_MASTER_NAME[]
this has to be the same name for a pair of lights
Definition: projectConfig.h:49
const char WIFI_AP_SSID_PREFIX[]
first part of the access point ssid. second part are the last 6 characters of the mac address in hex.
Definition: projectConfig.h:33
const int UNIVERSE_COUNT
Total number of Universes to listen for, starting at UNIVERSE.
Definition: projectConfig.h:46
const int G_VAL
Definition: projectConfig.h:98
const char WIFI_AP_PW[]
password of the configuration access point
Definition: projectConfig.h:34
const int I2C_GYRO_ADDR
Definition: projectConfig.h:94
const int NUM_PINS_ROTARY_SWITCH
Definition: projectConfig.h:90
const int I2C_TIMEOUT_MS
Definition: projectConfig.h:40
const gpio_num_t LED_PIN
Definition: projectConfig.h:56
const int NUM_STRIPS
number of led strips
Definition: projectConfig.h:37
const int GYRO_ACCEL_SENSITIVITY
sensitivity of the accelerometer range: 0..3
Definition: projectConfig.h:96
const gpio_num_t PINS_ROTARY_SWITCH[]
all rotary switch pins are pulled up in hardware
Definition: projectConfig.h:59
const int NUM_LEDS_PER_STRIP
number of leds per individual strip
Definition: projectConfig.h:36
const int NUM_LEDS_TOTAL
Definition: projectConfig.h:92