V2.1
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user