Datasheet
External dependencies of Manchester Code Library
Library Routines
- Man_Receive_Init
- Man_Receive
- Man_Send_Init
- Man_Send
- Man_Synchro
- Man_Break
The following routines are for the internal use by compiler only:
- Manchester_0
- Manchester_1
- Manchester_Out
314
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroC PRO for AVR
CHAPTER 6
The following variables must be
defined in all projects using
Manchester Code Library:
Description: Example:
extern sfr sbit MANRXPIN;
Receive line.
sbit MANRXPIN at
PINB.B0;
extern sfr sbit MANTXPIN;
Transmit line.
sbit MANTXPIN at
PORTB.B1;
extern sfr sbit
MANRXPIN_Direction;
Direction of the
Receive pin.
sbit
MANRXPIN_Direction
at DDRB.B0;
extern sfr sbit
MANTXPIN_Direction;
Direction of the
Transmit pin.
sbit
MANTXPIN_Direction
at DDRB.B1;