91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2.91M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-29
  • 標簽: 單片機??

資源簡介

串口轉wifi與手機通信

資源截圖

代碼片段和文件信息

/*
?*?user_main.c
?*
?*??Created?on:?2015年7月13日
?*??????Author:?Administrator
?*/


#include?“osapi.h“
#include?“at_custom.h“
#include?“user_interface.h“
ETSTimer?timer;
uint8?type;
void?ICACHE_FLASH_ATTR?display(void?*arg){
switch(type){
case?0:
gpio_output_set(BIT5?|?BIT14BIT4BIT5?|?BIT14?|?BIT40);
type++;
break;
case?1:
gpio_output_set(BIT4?|?BIT14BIT5BIT5?|?BIT14?|?BIT40);
type++;
break;
case?2:
gpio_output_set(BIT5?|?BIT4BIT14BIT5?|?BIT14?|?BIT40);
type=0;
break;
default:
type=0;
break;
}


}

void?ICACHE_FLASH_ATTR?at_test_cmd(uint8_t?id){
at_port_print(“at_test_cmd\r\n“);
at_response_ok();
}
void?ICACHE_FLASH_ATTR?at_query_cmd(uint8_t?id){
at_port_print(“at_query_cmd\r\n“);
at_response_ok();
}
void?

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-08-28?14:51??AT\
?????文件????????4584??2015-08-23?15:53??AT\.cproject
?????文件?????????830??2015-08-28?14:51??AT\.project
?????目錄???????????0??2015-08-28?19:02??AT\.settings\
?????文件????????9957??2015-05-20?19:43??AT\Makefile
?????目錄???????????0??2015-08-28?15:34??AT\app\
?????目錄???????????0??2015-08-28?14:51??AT\app\.output\
?????目錄???????????0??2015-08-28?15:34??AT\app\.output\eagle\
?????目錄???????????0??2015-08-28?15:34??AT\app\.output\eagle\debug\
?????目錄???????????0??2015-08-28?19:02??AT\app\.output\eagle\debug\bin\
?????目錄???????????0??2015-08-28?15:34??AT\app\.output\eagle\debug\image\
?????文件??????536632??2015-08-28?15:34??AT\app\.output\eagle\debug\image\eagle.app.v6.out
?????文件????????2891??2015-08-28?14:56??AT\app\Makefile
?????文件????????3226??2015-05-22?15:09??AT\app\gen_misc.bat
?????文件????????3276??2015-05-22?15:08??AT\app\gen_misc.sh
?????目錄???????????0??2015-08-28?14:52??AT\app\include\
?????文件????????1148??2015-07-03?20:29??AT\app\include\user_config.h
?????目錄???????????0??2015-08-28?14:51??AT\app\user\
?????目錄???????????0??2015-08-28?14:51??AT\app\user\.output\
?????目錄???????????0??2015-08-28?15:34??AT\app\user\.output\eagle\
?????目錄???????????0??2015-08-28?15:34??AT\app\user\.output\eagle\debug\
?????目錄???????????0??2015-08-28?15:34??AT\app\user\.output\eagle\debug\lib\
?????文件???????15142??2015-08-28?15:34??AT\app\user\.output\eagle\debug\lib\libuser.a
?????目錄???????????0??2015-08-28?15:34??AT\app\user\.output\eagle\debug\obj\
?????文件????????1124??2015-08-28?15:34??AT\app\user\.output\eagle\debug\obj\user_main.d
?????文件???????14860??2015-08-28?15:34??AT\app\user\.output\eagle\debug\obj\user_main.o
?????文件????????1522??2015-07-03?20:29??AT\app\user\Makefile
?????文件????????2040??2015-08-28?15:34??AT\app\user\user_main.c
?????目錄???????????0??2015-08-28?15:34??AT\bin\
?????目錄???????????0??2015-08-28?14:51??AT\bin\at\
?????文件???????32320??2015-07-03?20:52??AT\bin\at\eagle.flash.bin
............此處省略52個文件信息

評論

共有 條評論