HW 04 - Readings and visualization on the embedded platform

lab09.

Joystic

The joystick is an asynchronous device which depends on actions provided by the user. Every action on the joystick will result in a datagram to be sent over serial line. The datagram will look lile

EVENT:JOY X
Where X means the action which was performend. It is a decimal number representing events described in lab08 such as: JOY_SEL, JOY_DOWN, JOY_LEFT, JOY_RIGHT, JOY_UP.

The applicaton (lab08) will wait for this datagram when stopped by #wait_for_joystick directive. The X will be parsed and used for the flow control operation.

These parameters of the program will be evaluated: