Arduino:Serial.begin符号在哪里定义?

Arduino:Serial.begin符号在哪里定义?,arduino,Arduino,我正在使用用于debian的arduino的.deb包在linux上工作,因此我可以在下面找到HardwareSerial: /usr/share/arduino/hardware/arduino/cores/arduino/hardwareseerial.h 但是我感兴趣的是定位串行定义和/或实现,这应该不仅仅是typedef或使用,因为在hardwareseerial类begin中不是静态的并且您可以编写:Serial.begin(9600)例如。 所以有些人知道Mr序列号在哪里?是一个对象

我正在使用用于debian的arduino的.deb包在linux上工作,因此我可以在下面找到
HardwareSerial
/usr/share/arduino/hardware/arduino/cores/arduino/hardwareseerial.h
但是我感兴趣的是定位
串行
定义和/或实现,这应该不仅仅是
typedef
使用
,因为在
hardwareseerial
begin
中不是
静态的
并且您可以编写:
Serial.begin(9600)例如。
所以有些人知道Mr序列号在哪里?

是一个对象。

是一个对象