initial check in based on SVN revision 575
This commit is contained in:
25
source/pro_key.h
Normal file
25
source/pro_key.h
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* pro_key.h
|
||||
*
|
||||
* Created on: Jun 27, 2022
|
||||
* Author: Keith.Lloyd
|
||||
*/
|
||||
|
||||
#ifndef PRO_KEY_H_
|
||||
#define PRO_KEY_H_
|
||||
#include "keys.h"
|
||||
|
||||
|
||||
#define BKLITE_KEY 0x0f9
|
||||
#define OPT_KEY 0x0f8
|
||||
#define OVER_RIDE_KEY 0x0f7
|
||||
#define PRIMARY_KEY 1
|
||||
#define KEY_DELAY 10
|
||||
#define TASK_PWR_DN 0x00;
|
||||
|
||||
|
||||
|
||||
void pro_key(void);
|
||||
void LD_key_process(void);
|
||||
|
||||
#endif /* PRO_KEY_H_ */
|
||||
Reference in New Issue
Block a user