提交 b0364da7 编写于 作者: mysterywolf's avatar mysterywolf 提交者: guo

[arduino] add F_CPU to indicate the frequency of CPU

上级 36f142fb
......@@ -38,6 +38,7 @@
#define A6 (23)
#define A7 (24)
#define F_CPU 48000000L /* CPU: 48MHz */
#define LED_BUILTIN D13 /* Default Built-in LED */
#define RTDUINO_DEFAULT_IIC_BUS_NAME "i2c1"
......
......@@ -38,6 +38,7 @@
#define A6 (23)
#define A7 (24)
#define F_CPU 84000000L /* CPU: 84MHz */
#define LED_BUILTIN D13 /* Default Built-in LED */
#define RTDUINO_DEFAULT_IIC_BUS_NAME "i2c1"
......
......@@ -44,6 +44,7 @@
#define A3 (29)
#define DAC0 (30)
#define F_CPU 80000000L /* CPU: 80MHz */
#define LED_BUILTIN D22 /* Default Built-in LED */
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册