|
RBE1001Lib
|
#include <RBE1001Lib.h>#include "Motor.h"#include "Rangefinder.h"#include <ESP32Servo.h>#include <ESP32AnalogRead.h>
Go to the source code of this file.
Functions | |
| void | setup () |
| void | loop () |
| void loop | ( | ) |
Definition at line 38 of file FullSystemTest.ino.
References Motor::getCurrentDegrees(), Rangefinder::getDistanceCM(), ESP32AnalogRead::readVoltage(), Motor::setSetpointWithLinearInterpolation(), Motor::setSetpointWithSinusoidalInterpolation(), upDown, and Servo::write().

| void setup | ( | ) |
Definition at line 22 of file FullSystemTest.ino.
References ESP32AnalogRead::attach(), Rangefinder::attach(), Servo::attach(), LEFT_LINE_SENSE, RIGHT_LINE_SENSE, SERVO_FEEDBACK_SENSOR, SERVO_PIN, SIDE_ULTRASONIC_ECHO, and SIDE_ULTRASONIC_TRIG.

| LeftMotor left_motor |
Definition at line 7 of file FullSystemTest.ino.
| ESP32AnalogRead leftLineSensor |
Definition at line 14 of file FullSystemTest.ino.
| Servo lifter |
Definition at line 12 of file FullSystemTest.ino.
| Rangefinder rangefinder1 |
Definition at line 10 of file FullSystemTest.ino.
| RightMotor right_motor |
Definition at line 8 of file FullSystemTest.ino.
| ESP32AnalogRead rightLineSensor |
Definition at line 15 of file FullSystemTest.ino.
| ESP32AnalogRead servoPositionFeedback |
Definition at line 16 of file FullSystemTest.ino.
| bool upDown = false |
Definition at line 17 of file FullSystemTest.ino.
Referenced by loop().
1.8.13