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

  • 大小: 37.43MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-24
  • 語言: 其他
  • 標簽: diansai??

資源簡介

2018電賽 手勢識別,使用MSP430F5529單片機,oled顯示器,擁有圖形用戶界面,分級菜單,實現電賽全部要求

資源截圖

代碼片段和文件信息

#include?“bsp.h“
#include?“include.h“
#include
#include?“oled.h“


?unsigned?int?temp[6];//五指存儲?
?unsigned?int?start_data[4];//初值存儲
?unsigned?int?flager=0;
?unsigned?int?res0res1res2res3;//通道讀取值
?unsigned?int?ston[4];//三指存儲?
?unsigned?int?mode;//三指存儲?
?unsigned?int?ave=0;
?unsigned?int?spe_temp[6];//五指存儲?
?unsigned?int?spe_ston[4];//三指存儲?
?void?bsp_Init(void)
{int?j;
??mode=0;
?temp[0]=2;
?ston[0]=4;
?spe_temp[1]=8;
?spe_temp[2]=11;
?spe_temp[3]=13;
?spe_temp[4]=17;
?spe_temp[5]=23;
?spe_ston[1]=12;
?spe_ston[2]=19;
?spe_ston[3]=23;
??IIC_Init();
??OLED_Init(); //初始化OLED??
?OLED_Clear();?
??InitMultifdc2214();
??UART_Init????????(UART1115200);???
??GPIO_Init?????(P11?GPI|PULL_UP|IRQ_FALLING);?
???GPIO_Init????(P12?GPI|PULL_UP|IRQ_FALLING);//設為上拉且下降沿觸發中斷
??GPIO_Init?????(P21?GPI|PULL_UP|IRQ_FALLING);
??GPIO_Init?????(P10?GPO);?????????
??GPIO_Init?????(P43?GPO);?//設為輸出方向
??GPIO_Init?????(P47?GPO);
??GPIO_ITConfig?(P11?ENABLE);???
??GPIO_ITConfig?(P12?ENABLE);??//使能中斷
??GPIO_ITConfig?(P21?ENABLE);??????????????????????????//禁止中斷?
??GPIO_ResetBits??(PORT4?GPIO_Pin_3);
??for(j=0;j<10;)
??{delay_ms(200);
????????????????????res0?=?ReadRegfdc2214(0x00);
???????????????????????if(ave!=res0)
???????????????????????{j=0;ave=res0;}
???????????????????????else
???????????????????????{j++;}
??start_data[0]?=?res0;//采集數據(原始數據)
??
??????????????????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-07-30?18:22??手勢識別forMSP430F5529\
?????文件???????64014??2016-12-12?12:54??手勢識別forMSP430F5529\Backup?of?Template.ewp
?????文件????????1516??2018-07-24?06:28??手勢識別forMSP430F5529\bsp.c
?????文件?????????949??2018-07-23?13:01??手勢識別forMSP430F5529\bsp.h
?????文件????????4355??2018-07-14?17:12??手勢識別forMSP430F5529\bsp_fdc2214.c
?????文件?????????244??2018-06-28?22:31??手勢識別forMSP430F5529\bsp_fdc2214.h
?????文件????????3794??2018-06-28?22:30??手勢識別forMSP430F5529\bsp_iic.c
?????文件????????1029??2018-06-28?22:32??手勢識別forMSP430F5529\bsp_iic.h
?????文件?????????834??2018-06-28?22:33??手勢識別forMSP430F5529\bsp_sysclk.c
?????文件??????????84??2018-06-27?19:57??手勢識別forMSP430F5529\bsp_sysclk.h
?????目錄???????????0??2018-07-30?18:22??手勢識別forMSP430F5529\Config\
?????目錄???????????0??2018-07-30?18:22??手勢識別forMSP430F5529\Config\linker\
?????文件????????5242??2016-06-19?13:01??手勢識別forMSP430F5529\Config\linker\lnk430f5529.xcl
?????目錄???????????0??2018-07-30?18:22??手勢識別forMSP430F5529\Debug\
?????目錄???????????0??2018-07-30?18:22??手勢識別forMSP430F5529\Debug\Exe\
?????文件??????355097??2016-06-21?22:06??手勢識別forMSP430F5529\Debug\Exe\Demo_Project.d43
?????文件??????405113??2018-07-24?07:19??手勢識別forMSP430F5529\Debug\Exe\Template.d43
?????目錄???????????0??2018-07-30?18:22??手勢識別forMSP430F5529\Debug\List\
?????文件???????47055??2016-11-26?11:15??手勢識別forMSP430F5529\Debug\List\adc.s43
?????文件???????11202??2018-07-24?01:31??手勢識別forMSP430F5529\Debug\List\assert.s43
?????文件???????14690??2018-07-24?06:28??手勢識別forMSP430F5529\Debug\List\bsp.s43
?????文件???????20423??2018-07-24?06:25??手勢識別forMSP430F5529\Debug\List\bsp_fdc2214.s43
?????文件???????21258??2018-07-24?06:25??手勢識別forMSP430F5529\Debug\List\bsp_iic.s43
?????文件???????10720??2018-07-24?06:25??手勢識別forMSP430F5529\Debug\List\bsp_sysclk.s43
?????文件???????42536??2018-07-22?11:48??手勢識別forMSP430F5529\Debug\List\bsp_uart.s43
?????文件???????56364??2016-11-26?11:15??手勢識別forMSP430F5529\Debug\List\clock.s43
?????文件???????27925??2016-11-26?11:15??手勢識別forMSP430F5529\Debug\List\compater.s43
?????文件????????9447??2018-07-24?01:31??手勢識別forMSP430F5529\Debug\List\delay.s43
?????文件???????23169??2016-11-26?11:15??手勢識別forMSP430F5529\Debug\List\dma.s43
?????文件???????14214??2016-12-10?11:25??手勢識別forMSP430F5529\Debug\List\easyWin.s43
?????文件????????4818??2018-07-24?01:31??手勢識別forMSP430F5529\Debug\List\EW4080.tmp.s43
............此處省略1126個文件信息

評論

共有 條評論