mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
fixed bugs in shutter; need to check its work and finish readme
This commit is contained in:
@@ -20,11 +20,6 @@
|
||||
|
||||
#include <stm32f1.h>
|
||||
|
||||
// opening/closing time (ms)
|
||||
#define SHUTTER_TIME (20)
|
||||
// waiting for getting status time (ms)
|
||||
#define WAITING_TIME (60)
|
||||
|
||||
typedef enum{
|
||||
SHUTTER_ERROR, // shutter is absent?
|
||||
SHUTTER_RELAX, // powered off
|
||||
|
||||
Reference in New Issue
Block a user