|
@@ -1,6 +1,8 @@
|
|
|
#ifndef SHUTTER_CONTROLLER_H
|
|
#ifndef SHUTTER_CONTROLLER_H
|
|
|
#define SHUTTER_CONTROLLER_H
|
|
#define SHUTTER_CONTROLLER_H
|
|
|
|
|
|
|
|
|
|
+#include <Arduino.h>
|
|
|
|
|
+
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// Interface for camera shutter control operations.
|
|
/// Interface for camera shutter control operations.
|
|
|
/// Defines the contract for controlling camera focus and shutter functionality.
|
|
/// Defines the contract for controlling camera focus and shutter functionality.
|