搜索资源列表
STM32 模拟 IIC 驱动 Maxim 加速度传感器 MXC6202 代码
- 工程文件为编译环境 Keil MDK4 ST2.0的库,iic_driver.c是模拟IIC代码文件并读出加速度计在X,Y轴上的初始值,没有经过数据处理成加速度的值。 led.c数码管显示程序文件,注释之后的代码是通过一个数码管依次显示X,Y轴上总共8位初始值,把注释去掉之后是通过595锁存8的数码管同时显示加速度计初始值。 main.c是主函数.
Stm32_ucos 在STM32上编写多任务实时操作系统
- 在STM32上编写多任务实时操作系统,同时运行6个任务,通过发送和接收信号量机制,解决哲学家就餐问题,通过板上按键代表哲学家的就餐请求,板上LED灯表示就餐成功或者未果,同时在晶体数码管上显示就餐申请时间。-STM32 to write multi-task in real-time operating system, run six tasks by sending and receiving semaphore mechanism to solve the dining philosophe
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
STM32---LED
- STM32单片机实现8位数码管动态显示,使用了我自己编写的驱动。-STM32 MCU 8 digital tube dynamic display
STM32-Quadrature-Encoder-Source-Code
- STM32使用正交编码器的完整代码,数码管实时显示-Complete code for STM32 using a quadrature encoder, real-time digital control display
超声波测距数码管显示
- 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
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)
stm32数码管程序
- 基于stm32的数码管基础程序,可直接添加(Digital tube base program based on STM32 can be added directly)
04.静态数码管实验
- 基于stm32的静态数码管实验,包含完整实验过程及代码,经调试可用(STM32 based static digital tube experiment, including complete experimental process and code, debugging can be used)
3.0-STM32F103-驱动数码管(595)显示时间
- STM32F103 驱动74HC595控制数码管显示程序(F103 control digital tube display driver)
2.4-STM32F103-TM1637驱动数码管(PD14 PD15)
- STM32F103控制TM1637驱动数码管实现数显功能(STM32F103 controls TM1637 drive digital tube to realize digital display function.)
STM32F103-串口控制数码管显示温湿度数据
- STM32F103-串口中断驱动74HC595进行数码管显示温湿度数据(STM32F103- serial port interrupt drive 74HC595, digital tube display temperature and humidity data.)
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