config.h

来自「Source code for driving RFM01 fm radio r」· C头文件 代码 · 共 23 行

H
23
字号
#define F_CPU		8000000	// cz阺totliwo滄 zegara w Hz

//-------------------------------------------------
// KBD
//-------------------------------------------------
#define KBD_PORT_col1	PORTB
#define KBD_BIT_col1	7
#define KBD_PORT_col2	PORTB
#define KBD_BIT_col2	6
#define KBD_PORT_col3	PORTB
#define KBD_BIT_col3	5
#define KBD_PORT_col4	PORTB
#define KBD_BIT_col4	4
//-------------------------------------------------
#define KBD_PORT_row1	PORTB
#define KBD_BIT_row1	0
#define KBD_PORT_row2	PORTD
#define KBD_BIT_row2	6
#define KBD_PORT_row3	PORTD
#define KBD_BIT_row3	3
#define KBD_PORT_row4	PORTD
#define KBD_BIT_row4	2
// linie wierszy klawiatury mo縩a wsp蟪dzieli

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?