fork

Dependencies:   mbed

Fork of LG by igor Apu

pin.h

Committer:
Kovalev_D
Date:
2017-02-07
Revision:
208:19150d2b528f
Parent:
190:289514f730ee

File content as of revision 208:19150d2b528f:

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