fork

Dependencies:   mbed

Fork of LG by igor Apu

pin.h

Committer:
Kovalev_D
Date:
2017-09-27
Revision:
219:2d3475d0dd1b
Parent:
208:19150d2b528f

File content as of revision 219:2d3475d0dd1b:

#ifndef PIN
#define PIN
extern int Try,TimeDischarg;
extern void PinCheng(void);
extern void Discharg (void);
extern void BackLight (void);
#endif