#include "HX711.h"
#include <ESP32Servo.h>
#include "RTClib.h"
#define RLED 25
#define waktumakan1 DateTime(0,1,1,8,0,0,0)
#define waktumakan2 DateTime(0,1,1,17,0,0,0)
#define PinServo 23
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("Hello, ESP32!");
}
void loop() {
DateTime now = rtc.now();
}