Skip to content

Instantly share code, notes, and snippets.

View Hacker-log4j2's full-sized avatar

Hacker-log4j2

View GitHub Profile
@ulitiy
ulitiy / fpf12h.ino
Last active October 5, 2023 17:30
FatPetFeeder every 12 hours
#include <Servo.h>
#define second 1000
#define minute 60000
#define hour 3600000
Servo servo;
const int servoPin = 9;
const int buttonDispensePin = 7;
const int buttonMinusPin = 6;
const int buttonPlusPin = 8;