Aguijón Software Libraries  1.0
Documentation for the included Libraries
 All Files Functions Variables Typedefs Enumerations Enumerator Macros
tester.c File Reference
#include <p24FJ128GB106.h>
#include <uart.h>
#include "definitions.h"
#include "serial.h"
#include "tester.h"
#include "outputs.h"
#include "inputs.h"
#include "outcompare.h"

Go to the source code of this file.

Functions

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

Variables

unsigned char cmdBuffer [3]
 Array in which recieved RS232 data will be stored.
 

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.

Variable Documentation

unsigned char cmdBuffer[3]

Array in which recieved RS232 data will be stored.

Definition at line 34 of file serial.c.