RBE1001Lib
|
#include <Esp32WifiManager.h>
#include <WebServer.h>
#include <ESPmDNS.h>
#include <ESP32AnalogRead.h>
#include "Rangefinder.h"
#include "Motor.h"
Go to the source code of this file.
Data Structures | |
class | LeftMotor |
class | RightMotor |
Macros | |
#define | BOOT_FLAG_PIN 0 |
#define | I2C_SDA 21 |
#define | I2C_SCL 22 |
#define | SERIAL_PROGRAMMING_TX 1 |
#define | SERIAL_PROGRAMMING_RX 3 |
#define | SPI_MOSI 23 |
#define | SPI_MISO 19 |
#define | SPI_SCK 18 |
#define | SPI_SS 5 |
#define | SIDE_ULTRASONIC_TRIG 16 |
#define | SIDE_ULTRASONIC_ECHO 17 |
#define | LEFT_LINE_SENSE 36 |
#define | RIGHT_LINE_SENSE 39 |
#define | SERVO_FEEDBACK_SENSOR 34 |
#define | SERVO_PIN 33 |
#define | MOTOR_DISABLE 15 |
#define | MOTOR_LEFT_PWM 13 |
#define | MOTOR_LEFT_DIR 4 |
#define | MOTOR_RIGHT_PWM 12 |
#define | MOTOR_RIGHT_DIR 25 |
#define | MOTOR_LEFT_ENCA 27 |
#define | MOTOR_LEFT_ENCB 26 |
#define | MOTOR_RIGHT_ENCA 32 |
#define | MOTOR_RIGHT_ENCB 14 |
#define BOOT_FLAG_PIN 0 |
Definition at line 12 of file RBE1001Lib.h.
#define I2C_SCL 22 |
Definition at line 14 of file RBE1001Lib.h.
#define I2C_SDA 21 |
Definition at line 13 of file RBE1001Lib.h.
#define LEFT_LINE_SENSE 36 |
Definition at line 28 of file RBE1001Lib.h.
Referenced by setup().
#define MOTOR_DISABLE 15 |
Definition at line 38 of file RBE1001Lib.h.
#define MOTOR_LEFT_DIR 4 |
Pin for setting the direction of the H-Bridge
Definition at line 48 of file RBE1001Lib.h.
Referenced by LeftMotor::LeftMotor().
#define MOTOR_LEFT_ENCA 27 |
Definition at line 60 of file RBE1001Lib.h.
Referenced by LeftMotor::LeftMotor().
#define MOTOR_LEFT_ENCB 26 |
Definition at line 62 of file RBE1001Lib.h.
Referenced by LeftMotor::LeftMotor().
#define MOTOR_LEFT_PWM 13 |
Drive motor 1 10Khz full duty PWM pin
Definition at line 43 of file RBE1001Lib.h.
Referenced by LeftMotor::LeftMotor().
#define MOTOR_RIGHT_DIR 25 |
Pin for setting the direction of the H-Bridge
Definition at line 57 of file RBE1001Lib.h.
Referenced by RightMotor::RightMotor().
#define MOTOR_RIGHT_ENCA 32 |
Definition at line 64 of file RBE1001Lib.h.
Referenced by RightMotor::RightMotor().
#define MOTOR_RIGHT_ENCB 14 |
Definition at line 65 of file RBE1001Lib.h.
Referenced by RightMotor::RightMotor().
#define MOTOR_RIGHT_PWM 12 |
Drive motor 2 10Khz full duty PWM pin
Definition at line 52 of file RBE1001Lib.h.
Referenced by RightMotor::RightMotor().
#define RIGHT_LINE_SENSE 39 |
Definition at line 30 of file RBE1001Lib.h.
Referenced by setup().
#define SERIAL_PROGRAMMING_RX 3 |
Definition at line 16 of file RBE1001Lib.h.
#define SERIAL_PROGRAMMING_TX 1 |
Definition at line 15 of file RBE1001Lib.h.
#define SERVO_FEEDBACK_SENSOR 34 |
Definition at line 32 of file RBE1001Lib.h.
Referenced by setup().
#define SERVO_PIN 33 |
#define SIDE_ULTRASONIC_ECHO 17 |
Definition at line 25 of file RBE1001Lib.h.
Referenced by setup().
#define SIDE_ULTRASONIC_TRIG 16 |
Definition at line 24 of file RBE1001Lib.h.
Referenced by setup().
#define SPI_MISO 19 |
Definition at line 19 of file RBE1001Lib.h.
#define SPI_MOSI 23 |
Definition at line 18 of file RBE1001Lib.h.
#define SPI_SCK 18 |
Definition at line 20 of file RBE1001Lib.h.
#define SPI_SS 5 |
Definition at line 21 of file RBE1001Lib.h.