first commit
This commit is contained in:
19
APP/Shutter.h
Normal file
19
APP/Shutter.h
Normal file
@ -0,0 +1,19 @@
|
||||
//
|
||||
// Created by IRIS on 25-2-10.
|
||||
//
|
||||
|
||||
#ifndef SHUTTER_H
|
||||
#define SHUTTER_H
|
||||
|
||||
|
||||
#include "mymain.h"
|
||||
|
||||
#define Shutter_1 1
|
||||
#define Shutter_2 2
|
||||
|
||||
void Shutter_init();
|
||||
|
||||
void Shutter_Open(uint8_t shutter);
|
||||
void Shutter_Close(uint8_t shutter);
|
||||
|
||||
#endif //SHUTTER_H
|
Reference in New Issue
Block a user