Datasheet

BUTTON LIBRARY
The Button library contains miscellaneous routines useful for a project development.
External dependecies of Button Library
Library Routines
- Button
559
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroC PRO for AVR
CHAPTER 6
The following variable
must be defined in all
projects using Button
library:
Description: Example :
extern sbit
Button_Pin;
Declares button pins.
sbit Button_Pin at
PINB.B0;
extern sbit
Button_Pin_Direction;
Declares direction of the
button.
sbit
Button_Pin_Direction
at DDRB.B0;