代码搜索结果
找到约 8,499 项符合
GPIO 的代码
gpio.txt
This project is a simple General Purpose Input/Output (GPIO) example. It will blink on and off LED's E3 and E4. Pressing the push buttons on the Tower boads will cause E1 and E2 to light on and off as
gpio.map
Map of Debug\gpio.sm8 from link file Debug\gpio.lkf - Thu Jul 21 17:58:43 2011
--------
Segments
-
gpio.stw
; STMicroelectronics Workspace file
[Version]
Keyword=ST7Workspace-V0.7
[Project0]
Filename=gpio.stp
Dependencies=
[Options]
ActiveProject=gpio
ActiveConfig=Debug
AddSortedElements=1
gpio.stp
; STMicroelectronics Project file
[Version]
Keyword=ST7Project
Number=1.3
[Project]
Name=gpio
Toolset=STM8 Cosmic
[Config]
0=Config.0
1=Config.1
[Config.0]
ConfigName=Debug
Target=
gpio.c
#include "STM32Lib\\stm32f10x.h"
/*******************************************************************************
* 功能 : GPIO配置
* 设置PD3,PD4,PD5,PD6为键盘输入
* 设置PB0,5,8,9; PC5,7; PD7 ;PA8 为输出LED灯
*
gpio.h
/******************************* (C) Embest ***********************************
* File Name : gpio.h
* Author : tary
* Date : 2009-02-18
* Version :
gpio.c
/******************************* (C) Embest ***********************************
* File Name : gpio.h
* Author : tary
* Date : 2009-02-18
* Version :
gpio.c
#include "STM32Lib\\stm32f10x.h"
/*******************************************************************************
* 功能 : GPIO配置
* 设置PD3,PD4,PD5,PD6为键盘输入
* 设置PB0,5,8,9; PC5,7; PD7 ;PA8 为输出LED灯
*
gpio.h
/******************************* (C) Embest ***********************************
* File Name : gpio.h
* Author : tary
* Date : 2009-02-18
* Version :
gpio.c
/******************************* (C) Embest ***********************************
* File Name : gpio.h
* Author : tary
* Date : 2009-02-18
* Version :