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

  • 大小: 202KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-06-16
  • 語言: 其他
  • 標簽: IAR??STM8??

資源簡介

IAR FOR STM8庫工程模版,工程默認STM8S103系列單片機,不同型號請自行修改

資源截圖

代碼片段和文件信息

/*************************
***???????王汝本?????????***
***????2013/04/08??????***
**************************/
#include?“stm8s.h“
void?delay(u32?i)
{
??for(;i>0;i--);
}
void?GPIO_Inint()
{
??GPIO_DeInit(GPIOD);
??GPIO_Init(GPIOD?GPIO_PIN_0?GPIO_MODE_OUT_PP_LOW_SLOW);
??GPIO_Init(GPIOD?GPIO_PIN_7?GPIO_MODE_IN_PU_IT);
??GPIO_ExternalPullUpConfig(GPIOD?GPIO_PIN_7?ENABLE);
??//GPIO_WriteReverse(GPIOD?GPIO_PIN_0);
}
void?TLI_Inint()
{
?EXTI_SetTLISensitivity(EXTI_TLISENSITIVITY_FALL_ONLY);?
}
void?main()
{???
??GPIO_Inint();
??TLI_Inint();
??rim();
??while(1);
?//?{
?//???delay(50000);
?//???GPIO_WriteReverse(GPIOD?GPIO_PIN_0);
?//?}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????42956??2013-04-08?21:23??IAR?FOR?STM8庫模版\Debug\Exe\main.out

?????文件???????8568??2013-04-08?21:21??IAR?FOR?STM8庫模版\Debug\Obj\main.o

?????文件????????298??2013-04-08?21:23??IAR?FOR?STM8庫模版\Debug\Obj\main.pbd

?????文件????????550??2013-04-08?21:21??IAR?FOR?STM8庫模版\Debug\Obj\main.pbi

?????文件??????11563??2013-04-08?20:12??IAR?FOR?STM8庫模版\Debug\Obj\stm8s_exti.o

?????文件????????438??2013-04-08?20:12??IAR?FOR?STM8庫模版\Debug\Obj\stm8s_exti.pbi

?????文件??????19379??2013-04-08?20:12??IAR?FOR?STM8庫模版\Debug\Obj\stm8s_gpio.o

?????文件????????438??2013-04-08?20:12??IAR?FOR?STM8庫模版\Debug\Obj\stm8s_gpio.pbi

?????文件??????28623??2013-04-08?21:23??IAR?FOR?STM8庫模版\Debug\Obj\stm8s_it.o

?????文件????????566??2013-04-08?21:23??IAR?FOR?STM8庫模版\Debug\Obj\stm8s_it.pbi

?????文件??????98377??2013-04-08?20:10??IAR?FOR?STM8庫模版\inc\stm8s.h

?????文件??????13630??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_adc1.h

?????文件??????11027??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_adc2.h

?????文件???????4871??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_awu.h

?????文件???????3472??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_beep.h

?????文件??????24992??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_can.h

?????文件??????17808??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_clk.h

?????文件???????7720??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_conf.h

?????文件???????4564??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_exti.h

?????文件??????12201??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_flash.h

?????文件???????6266??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_gpio.h

?????文件??????15337??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_i2c.h

?????文件???????4774??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_it.h

?????文件???????5006??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_itc.h

?????文件???????4578??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_iwdg.h

?????文件???????2809??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_rst.h

?????文件??????12767??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_spi.h

?????文件??????24968??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_tim1.h

?????文件??????13576??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_tim2.h

?????文件??????12478??2010-04-01?11:48??IAR?FOR?STM8庫模版\inc\stm8s_tim3.h

............此處省略54個文件信息

評論

共有 條評論