搜索资源列表
DIS1602
- STM32的LCD1602驱动程序,由51驱动移植而来。管脚移植区在LCD1602.C文件,但是相应在LCD1602.C文件也需要一些改动。-The STM32 LCD1602 driver, transplanted from 51 drivers. Pin transplanted area in LCD1602.C files, but the corresponding file LCD1602.C also need some changes.
stm32LCD1602
- stm32和lcd1602 已经通过测试 程序中有详细的中文说明 -stm32 lcd1602
STM32-WWDGPLCD1602-Sec-counter
- WWDG+LCD1602秒表实验;* WWDG + LCD1602 秒表实验 *两个按键中断方式控制,计时精确到10ms *key1--Start/Stop---PA8(板子上User键) key2---Clear---PC13(板子上Tamper键) *LCD1602接线:D0~D7--->PD[0..7] RS->PE0 RW->PE1 E->PE2(外部接上拉电阻到5V) *by 追梦 2011-4-8 *change by:追梦 2011-
DS18b20
- 用STM32单片机对温度传感器DS18B20控制进行温度采集,采集温度显示在LCD1602上-STM32 MCU with temperature control of the temperature sensor DS18B20 collection, collecting temperature display on the LCD1602
STM32ADC
- 用STM32单片机控制内部12位DAC进行电压采集,使得采集电压显示在LCD1602上-STM32 MCU with internal 12-bit DAC to control the voltage acquisition, making the acquisition on the voltage displayed on the LCD1602
STM32_LCD1602
- 学习使用contex-m3的stm32f103c6的程序库,LCD1602驱动程序。-Learn to use contex-m3 of stm32f103c6 the library, LCD1602 driver.
STM32-LCD1602
- 基于神舟1号STM32的实验 lcd1602扩展-Shenzhou 1, based on experimental lcd1602 extended the STM32
LCD1602
- 基于STM32处理器的LCD1602驱动程序。使用的是GPIO方式。-Based on the STM32 processor LCD1602 driver. Using GPIO way.
Stm32-LCD1602
- 自己参考别人的代码,用stm32通过spi来驱动74HC595,间接驱动LCD1602-Have made reference to someone else s code, stm32 spi driver 74HC595, indirect drive LCD1602
1602
- STM32 LCD1602 2路AD采集 1路PWM-STM32 LCD1602 2 channel AD acquisition a way PWM
LCD1602-STM32
- STM32 LCD1602驱动程序,超级简单-STM32 LCD1602 driver, super simple
stm321602
- stm32和lcd1602驱动程序,请大家-stm32 lcd1602
LCD1602
- 基于对于1602屏幕的操作的STM32微控制器开发代码,前两天刚开发的,希望对大家有用。-Based on 1602 screens for the operation of the STM32 microcontroller development code, just two days before the development, we want to be useful.
15-STM32-ADDA-PCF8591
- 本程序提供了在STM32单片机上通过控制AD转换器PCF8591实现在LCD1602中显示传感器传输的值。-This program provides the STM32 microcontroller through the AD converter PCF8591 achieve control display value of the sensor in the transmission of the LCD1602.
STM32-LCD1602
- stm32f103c8b6驱动 lcd1602显示屏的程序,可显示字符,数字,接口已提取好,时钟也配置好。-Stm32f103c8b6 drive lcd1602 display program, it can display characters, Numbers, the interface had been extracted, the clock is configured.
LCD1602-32
- 基于STM32的LCD1602驱动及显示程序,亲测可用。-Based on the STM32 LCD1602 driver and display program, pro-test available.
LCD1602
- STM 32 LCD1602 driver
STM32温湿度1602
- STM32F103C8T6的LCD1602驱动程序,实测可用!!(STM32F103C8T6's LCD1602 driver, the actual measurement is available!!)
STM32F10x驱动LCD1602显示气缸伸缩次数
- STM32F10x驱动LCD1602 显示气缸伸缩 次数达到1000次暂停 stm32驱动电磁阀,并在lec1602显示电磁阀运动次数(STM32F10x drive LCD1602 shows 1000 times of cylinder expansion. STM32 drives the solenoid valve and displays the solenoid valve movement in lec1602.)
STM32基于HAL库开发LCD1602显示设计
- 该文档是基于HAL库开发编写的LCD1602显示代码,已测试完成,可以完美运行。