Arduino software serial does not begin

后端 未结 0 674
你的背包
你的背包 2021-01-07 10:15

This is my arduino code:

#include 

NeoSWSerial SoftSerial(8, 9);

void setup()
{
  Serial.begin(9600);
  SoftSerial.begin(115200);
  
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题