Dezibot 4
|
This component controls the ability to rotate and change position. More...
#include <stdint.h>
#include <Arduino.h>
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include "driver/ledc.h"
#include "motionDetection/MotionDetection.h"
Go to the source code of this file.
Classes | |
class | Motor |
class | Motion |
Macros | |
#define | LEDC_MODE LEDC_LOW_SPEED_MODE |
#define | TIMER LEDC_TIMER_2 |
#define | CHANNEL_LEFT LEDC_CHANNEL_3 |
#define | CHANNEL_RIGHT LEDC_CHANNEL_4 |
#define | DUTY_RES LEDC_TIMER_13_BIT |
#define | FREQUENCY (5000) |
#define | DEFAULT_BASE_VALUE 3900 |
This component controls the ability to rotate and change position.
Definition in file Motion.h.