搜索资源列表
STM32 模拟 IIC 驱动 Maxim 加速度传感器 MXC6202 代码
- 工程文件为编译环境 Keil MDK4 ST2.0的库,iic_driver.c是模拟IIC代码文件并读出加速度计在X,Y轴上的初始值,没有经过数据处理成加速度的值。 led.c数码管显示程序文件,注释之后的代码是通过一个数码管依次显示X,Y轴上总共8位初始值,把注释去掉之后是通过595锁存8的数码管同时显示加速度计初始值。 main.c是主函数.
stm32-pid-kongz
- 用stm32做到温度控制器,pt100金属电阻,pid算法,数码管显示,iar软件开发的,非常实用,-Stm32 do the temperature controller pt100 metal resistance, pid algorithm, digital display, iar software development, very practical,
STM32-7SEG-LED-SCAN
- 8位数码管动态扫描显示实验(显示不用库函数) *显示用指针直接访问GPIO端口的输出寄存器,形式GPIOD->ODR *延时delay_nms(5)时,显示不闪烁 *74HC138 A--P2.2--PE.0 B--P2.3--PE.1 C--P2.4--PE.2 *74HC573 D0~D7---PD[0..7] LE---PE.3 *by 追梦 2011-4-3-8-bit digital dynamic scan showed that the experimen
max7219
- 里面包含max7219数码管译码显示模块 单片机驱动程序 STM32用 C语言版-Max7219 digital decoder which contains display module driver STM32 microcontroller using C language version
21-DS18B20-temperature-stm32
- 基于stm32的ds18b20温度检测数码管显示-Ds18b20 temperature detection based on stm32 digital tube display
KEYSCAN
- 实现STM32数码管显示按键的功能,采用锁存器锁定数码管。-Implement STM32 digital display key functions
超声波测距数码管显示
- stm32F103C8T6加超声波测距模块,数码管显示(Ultrasonic ranging Nixie display)
ARM实现秒表功能
- 实现秒表功能。数码管高两位显示秒,低两位显示精确到0.01秒的数值(提示,修改PIT0中断的时间,调整走时和显示算法;在实现自由走时的基础上,利用按键,使其具有开始、暂停、继续、停止等功能。开始键负责清零,然后开始计时。(Stopwatch function. Two digital tube display seconds, low two digit display accurate to 0.01 seconds (numerical prompt, modify the PIT0 int
stm32_tempture
- 基于STM32的温度采集PID控制系统,带ucos2操作系统(Temperature acquisition PID control system based on STM32)
tm1638
- TM1638 驱动 可以使用,已经验证,数码管显示 按键扫描芯片(TM1638 driver can be used, has been verified, digital display button scanning chip)
tm1640驱动
- 在STM32F103下使用1640的数码管驱动(Under STM32, use 1640 digital tube drive)
10月18日
- 摁1输出矩键,摁2stm32单片机上的两个灯亮,摁3的蜂鸣器一直响,摁4 4个led灯隔一秒闪烁,摁5,蜂鸣器响三秒,摁6,数码管显示数字六 1 矩键 C.01234567 + 2 亮灯 B5.E5 + 3 蜂鸣器 B8 + 4 4个灯走马灯 1秒 F.3579 共阴极 + 5
STM32例程
- STM32的好多例子,有led灯,独立案件,静态数码管显示,8位动态数码管,等等,10个例子(s t m 32 abcdefghigklmnopq)
3.0-STM32F103-驱动数码管(595)显示时间
- STM32F103 驱动74HC595控制数码管显示程序(F103 control digital tube display driver)
STM32F103-串口控制数码管显示温湿度数据
- STM32F103-串口中断驱动74HC595进行数码管显示温湿度数据(STM32F103- serial port interrupt drive 74HC595, digital tube display temperature and humidity data.)
AIP1638 按键数码管模块
- 基于SPI的AIP1638的LED显示驱动,以及键盘值读取的实例程序,采用用ARM STM32F103C8T6芯片。(Based on SPI's AP1638 LED display driver and the example program of keyboard value reading, the ARM STM32F103C8T6 chip is used.)
光敏传感器数码管1.1(C8T6)
- 本设计依靠光敏电阻对光照敏感的特点,自动检测并显示当前所在环境的光照强度,并根据光照强度的大小,来控制继电器,从而控制路灯的开启和关闭。 该设计可分为四部分:即光照检测部分、信号处理部分、显示部分和执行部分。 光照检测部分利用光敏电阻的特性(光照越强阻值越小,光照越弱阻值越大),通过检测光敏电阻两端电压变化的模拟量,来反映光照强度。(This design relies on the photoresistor's sensitivity to light, automatically de
1-2-18-旋转编码器数码管显示程序
- STM32 旋转编码器数码管显示程序,已经调试通过(STM32 rotary encoder digital tube display program, has been debugged and passed)
51黑论坛_数码管显示程序
- proteus+stm32+tm1637显示仿真,仿真时数码管刷新率太低,数字一位一位显示,哪位高手改进一下。(Proteus + stm32 + tm1637 display simulation, simulation digital tube when the refresh rate is too low, a digital one, according to which an improvement.)
stm32驱动MAX7219控制数码管显示
- 改代码实现了MAX7219在STM32驱动下的显示,MAX7219连接5V后驱动引脚连接在STM32的5V容忍引脚,亲测可用。(The modified code realizes the display of MAX7219 driven by STM32. The driver pin of MAX7219 is connected to the 5V tolerance pin of STM32 after it is connected to 5V. It is available fo