faqmoroz 1 주 전
부모
커밋
ffc243e1c5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      ShutterController.h

+ 2 - 0
ShutterController.h

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