123

Dependencies:   mbed

Fork of LG by igor Apu

pin.h

Committer:
Diletant
Date:
2017-02-08
Revision:
198:78dd6d14d108
Parent:
190:289514f730ee

File content as of revision 198:78dd6d14d108:

#ifndef PIN
#define PIN
extern void PinCheng(void);
extern void Discharg (void);
extern void BackLight (void);
#endif