RBControl
Library for the RB3201-RBControl board with the ESP32 by RoboticsBrno.
|
#include <driver/i2c.h>
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include <esp_log.h>
#include "RBControl_battery.hpp"
#include "RBControl_manager.hpp"
Namespaces | |
rb | |
The base namespace. Contains some logging functions, too. | |
Macros | |
#define | TAG "RBControlManager" |
#define | MOTORS_FAILSAFE_PERIOD_MS 300 |
#define | MOTORS_CHANNELS 16 |
#define | MOTORS_PWM_FREQUENCY 10000 |
#define MOTORS_CHANNELS 16 |
#define MOTORS_FAILSAFE_PERIOD_MS 300 |
#define MOTORS_PWM_FREQUENCY 10000 |
#define TAG "RBControlManager" |