html tool

2015年3月5日星期四

emulare 仿真 arduino的奇怪问题--PB5是Pin13吗


使用emulare 仿真,参考:http://emulare.sourceforge.net/,
好奇怪的现象,代码中写的是
// constants won't change. They're used here to 
// set pin numbers:
const int buttonPin = 2;     // the number of the pushbutton pin
const int ledPin =  13;      // the number of the LED pin
但运行后的效果是PB5(PCINT5)为输出,不是13?!

我选的cpu是默认的ATMega,好吧,还是我对芯片不是很了解,不过至少可以用了,并且可以通过run后的灰质效果判断哪个是output。

没有评论:

发表评论