OSDN Git Service

Theta制御のコマンドを組み込む。
authorMRSa <mrsa@myad.jp>
Thu, 11 Feb 2021 02:51:17 +0000 (11:51 +0900)
committerMRSa <mrsa@myad.jp>
Thu, 11 Feb 2021 02:51:17 +0000 (11:51 +0900)
commitfc9ac71e97a0b6419d03b5ee93997d0ff1c2f4f0
treed7cd772ebaed961bd9ccf26d05895494f32e0e0e
parentc51df93c6b9c9d7790e72ed8ac70c44bf08da443
Theta制御のコマンドを組み込む。
.idea/dictionaries/MRSa.xml [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/MainActivity.kt
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/theta/IThetaHardwareControl.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/theta/ThetaHardwearControl.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/theta/operation/IOperationCallback.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/theta/operation/ThetaBracketingControl.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/theta/operation/ThetaMovieRecordingControl.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/theta/operation/ThetaOptionSetControl.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/theta/operation/ThetaSingleShotControl.kt [new file with mode: 0644]