xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 1.21KB
    文件類型: .c
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-01
  • 標簽: LED??點亮??gpio??

資源簡介

點亮led(gpio點亮led燈.c )

資源截圖

代碼片段和文件信息

#include?
#include?

#ifdef?__cplusplus
extern?“C“
#endif
void?SysTick_Handler(void)
{
HAL_IncTick();
HAL_SYSTICK_IRQHandler();
}

int?main(void)
{
HAL_Init();

__GPIOC_CLK_ENABLE();
__GPIOB_CLK_ENABLE();
GPIO_InitTypeDef?GPIO_InitStructure;

GPIO_InitStructure.Pin?=?GPIO_PIN_13;

GPIO_InitStructure.Mode?=?GPIO_MODE_OUTPUT_PP;
GPIO_InitStructure.Speed?=?GPIO_SPEED_HIGH;
GPIO_InitStructure.Pull?=?GPIO_NOPULL;
HAL_GPIO_Init(GPIOC?&GPIO_InitStructure);

GPIO_InitStructure.Pin?=?GPIO_PIN_8?|?GPIO_PIN_9;

GPIO_InitStructure.Mode?=?GPIO_MODE

評論

共有 條評論