/* 4 LDRs Sensors */
#define LDR_TOP (32)
#define LDR_LEFT (33)
#define LDR_BOTTOM (34)
#define LDR_RIGHT (35)
/* 2 Servo Motors */
#define SERVO_HORIZONTAL (19)
#define SERVO_VERTICAL (18)
/* Voltage and Current of the cell */
#define CELL_VOLTAGE (32)
#define CELL_CURRENT (33)
/**************************************
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("Hello, ESP32!");
}
void loop() {
// put your main code here, to run repeatedly:
delay(10); // this speeds up the simulation
}
Loading
esp32-devkit-c-v4
esp32-devkit-c-v4