您现在的位置是:亿华云 > 域名

Esp8266入门之一串口输出 Helloword 程序

亿华云2025-10-04 03:14:58【域名】9人已围观

简介复制voiduser_init()//程序入口 { ||初始化串口 uart_init(115200,115200);

Esp8266入门之一串口输出 Helloword 程序
复制void user_init()   //程序入口  {     ||初始化串口    uart_init(115200,串口d程115200);    ||串口输出Hello world    uart0_sendStr("\r\n Hello world!\r\n");  }  void user_rf_pre_init() {   }  1.2.3.4.5.6.7.8.9.

很赞哦!(55)