Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H/W 구현 계획 #3

Open
koseonjae opened this issue Sep 9, 2017 · 1 comment
Open

H/W 구현 계획 #3

koseonjae opened this issue Sep 9, 2017 · 1 comment

Comments

@koseonjae
Copy link

H/W (고선재, 최재은)
○ 아두이노 DC 모터 제어
○ 아두이노 서보 모터 제어(control singal에 따라 제어, dummy data)
○ 카메라 모듈(셋업 모듈, 제어 인자 별 처리. 클래스의 객체 형태로)

Interface (수정될 수 있음)
○ Camera
SSDCamera class
int Init(int interval); // 몇 초 간격으로 찍을지 인자로 전달 (default == 5sec)
int Start(); // interval 간격마다 사진 촬영 시작
int Stop(); // 사진 촬영 종료
int Free();

○ Motor
SSDMotor class
int Init(int interval); // 몇 초 간격으로 찍을지 인자로 전달 (default == 5sec)
int Start(); // 컨테이너 이동 시작
int Stop(); // 컨테이너 이동 종료
int Left(); // 서보모터의 방향을 왼쪽으로
int Right(); // 서보모터의 방향을 오른쪽으로

@jaeen1113
Copy link

int Start(); // 컨테이너 이동 시작
int Stop(); // 컨테이너 이동 종료

이거를 변수 하나로 합시다

int Left(); // 서보모터의 방향을 왼쪽으로
int Right(); // 서보모터의 방향을 오른쪽으로

얘들도 변수 하나로 해서 case별로 서보모터 각도 셋팅해두면 될듯 합니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants