LTlib LaurTec Library  4.0.1
Open Source C Library for Microchip Microcontrollers based on XC8 Compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
LTlib.h File Reference
#include <xc.h>
#include "LTlib_type.h"

Go to the source code of this file.

Macros

#define SYSTEM_CLOCK   20000000
 
#define I2C_CLOCK   SYSTEM_CLOCK
 
#define UART_CLOCK   SYSTEM_CLOCK
 
#define PIN_AS_INPUT   0x01
 
#define PIN_AS_OUTPUT   0x00
 

Macro Definition Documentation

#define I2C_CLOCK   SYSTEM_CLOCK

Definition at line 52 of file LTlib.h.

#define PIN_AS_INPUT   0x01

Definition at line 60 of file LTlib.h.

#define PIN_AS_OUTPUT   0x00

Definition at line 61 of file LTlib.h.

#define SYSTEM_CLOCK   20000000

Definition at line 50 of file LTlib.h.

#define UART_CLOCK   SYSTEM_CLOCK

Definition at line 53 of file LTlib.h.