You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
399 B
19 lines
399 B
#pragma once
|
|
#include "project_configs.h"
|
|
|
|
#define IO_OUT0 PD0
|
|
#define IO_OUT1 PD1
|
|
#define IO_OUT2 PD2
|
|
#define IO_OUT3 PD3
|
|
#define IO_OUT4 PD4
|
|
#define IO_OUT5 PD7
|
|
#define IO_OUT6 PD8
|
|
#define IO_OUT7 PD9
|
|
#define IO_OUT8 PD10
|
|
#define IO_OUT9 PD11
|
|
#define IO_OUT10 PD12
|
|
|
|
#define LIGHT_R PB1 // 红的
|
|
#define LIGHT_G PB0 // 绿灯
|
|
#define LIGHT_Y PB2 // 黄灯
|
|
#define BEEP PB3 // 蜂鸣器
|