//
// testing.h
//

#ifndef TESTING_H_
#define TESTING_H_


namespace Testing
{
	/**
	 * Setup the Arduino as required.
	 */
	void setup();

	/**
	 * Draw the channels
	 */
	void draw_receiver_channels( unsigned long channel_values[] );

}


#endif //TESTING_H_
