Aguijón Software Libraries  1.0
Documentation for the included Libraries
 All Files Functions Variables Typedefs Enumerations Enumerator Macros
tester.h File Reference

Go to the source code of this file.

Functions

void RLY_serial (void)
 
void OC_serial (void)
 
void LEDPort_serial (void)
 

Function Documentation

void LEDPort_serial ( void  )

Function: LEDPort_serial

Preconditions: None.

Overview: Toggles the corresponding LED output depending on the recieved RS232 Data.

Arguments: None.

Returns: None.

Definition at line 113 of file tester.c.

void OC_serial ( void  )

Function: OC_serial

Preconditions: None.

Overview: Toggles the corresponding OC optput depending on the recieved RS232 Data.

Arguments: None.

Returns: None.

Definition at line 79 of file tester.c.

void RLY_serial ( void  )

Function: RLY_serial

Preconditions: None.

Overview: Toggles the corresponding RLY output depending on the recieved RS232 Data.

Arguments: None.

Returns: None.

Definition at line 45 of file tester.c.