This commit is contained in:
2026-01-15 15:00:21 +08:00
parent e67749e2e4
commit 419f6cc78c
705 changed files with 9981 additions and 35723 deletions

View File

@ -1,6 +1,8 @@
#ifndef _SERVO_H_
#define _SERVO_H_
#define Shutter_pin1 5
#define Shutter_pin2 6
#include <Arduino.h>
@ -13,4 +15,7 @@ void servo_up();
void servo_down();
void servo_offset(float angle,uint8_t dir);
void shutter_up();
void shutter_down();
void shutter_off();
#endif