TestClass Class Reference

#include <test.h>

Public Member Functions

 TestClass (unsigned char led)
void testFunction (unsigned char led)

Detailed Description

Definition at line 4 of file test.h.


Constructor & Destructor Documentation

TestClass::TestClass ( unsigned char  led  )  [inline]

Definition at line 6 of file test.h.

References BoardController::blinkLED().

00006                                   {
00007           for (int i=0; i<5; i++) {
00008                BoardController::blinkLED(led, 1, 500);
00009           }
00010      }

Here is the call graph for this function:


Member Function Documentation

void TestClass::testFunction ( unsigned char  led  )  [inline]

Definition at line 12 of file test.h.

References BoardController::blinkLED().

00012                                           {
00013           for (int i=0; i<5; i++) {
00014                BoardController::blinkLED(led, 1, 500);
00015           }
00016      }

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Fri Oct 8 17:10:10 2010 for Crawling Robot Microcontroller Software by  doxygen 1.6.3