GPS
Main Page
Data Structures
Files
File List
Globals
software
pad.h
Go to the documentation of this file.
1
9
#ifndef PAD_H
10
#define PAD_H
11
13
#define PUSH 0x1E
14
15
#define TOP 0x1D
16
17
#define RIGHT 0x0F
18
19
#define BOTTOM 0x1B
20
21
#define LEFT 0x17
22
27
void
initPAD
(
void
);
31
void
padInterrupt
(
void
);
32
33
#endif
initPAD
void initPAD(void)
Init LED (P2.0 -> P2.4)
Definition:
pad.c:17
padInterrupt
void padInterrupt(void)
Interrupt function for PAD.
Definition:
pad.c:30
Generated by
1.8.11