/*
 * led_control.h
 *
 *  Created on: 24 May 2012
 *      Author: Xuewu Dai
 *    URL: http://users.ox.ac.uk/~engs1058/projects/MatlabCodeGen4BeagleBoard/6_Serial%20communication%20between%20BeagleBoard%20and%20PC.htm
 *
 * %              _
 * %  \/\ /\ /   /  * _  '
 * % _/\ \/\/ __/__.'(_|_|_
 */


// #include "led_control.c"

#ifndef LED_CONTROL_H_
#define LED_CONTROL_H_

void led_control(int led_number, int led_state);
void led_initialize();

#endif /* LED_CONTROL_H_ */
