登录 注册
当前位置:主页 > 资源下载 > 10 > 原装 STM8 单片机库

原装 STM8 单片机库

  • 更新:2024-06-16 11:12:38
  • 大小:6.63MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:单片机 - 硬件开发
  • 格式:RAR

资源介绍

This file contains the main function for AWU Active Halt Mode example. More... #include "stm8a_lib.h" #include "mono_lcd.h" Go to the source code of this file. Defines #define BUTTON_PIN (GPIO_PIN_0) #define BUTTON_PORT (GPIOC) #define LED1_PIN (GPIO_PIN_3) #define LED2_PIN (GPIO_PIN_2) #define LED3_PIN (GPIO_PIN_1) #define LED4_PIN (GPIO_PIN_0) #define LEDS_PORT (GPIOH) Functions void assert_failed (void) Reports the name of the source file and the source line number where the assert error has occurred. void Delay (u16 nCount) Inssert a delay. void main (void) Example main entry point.