#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.
|
unsigned char | cmdBuffer [3] |
| Array in which recieved RS232 data will be stored.
|
|
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.
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.
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.
unsigned char cmdBuffer[3] |
Array in which recieved RS232 data will be stored.
Definition at line 34 of file serial.c.