rafbel / servo_tower_control

Final project for CSE336 - Embedded Systems @ Lehigh University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Platinum

File path to platinum.c 
	- kl25z_sc_rev10/klxx-sc-baremetal/src/projects/platinum/platinum.c

- Moving the Servo Tower in the X - axis (left and right) (Changing the yaw)

	Q - Moves the tower 3 degree in the positive (right) yaw direction
	W - Moves the tower 3 degree in the negative (left) yaw direction

- Moving the Servo Tower in the Y - axis (up and down) (changing the pitch)

	1 - Moves the tower 3 degree in the positive (up) pitch direction
	2 - Moves the tower 3 degree in the negative (down) pitch direction

- Checking the degrees of the yaw and pitch, as well as checking pulse widths
	
	? - displays the above information in the terminal

- Maximum / Minimum pulse widths and degrees in both yaw and pitch

	max pulse - 2 m-sec
	max degree -  90 degrees
	min - 1 msec
 min degree - 0 degrees 

	

About

Final project for CSE336 - Embedded Systems @ Lehigh University


Languages

Language:C 79.7%Language:C++ 7.6%Language:Assembly 7.3%Language:Makefile 4.1%Language:HTML 1.1%Language:Batchfile 0.1%Language:Tcl 0.1%Language:Objective-C 0.0%