-
bh1750程序
说明: 通过bh1750与stm32连接,检测光照强度并显示在液晶屏(Through the connection of bh1750 and STM32, the light intensity is detected and displayed on the LCD screen)
- 2020-05-27 03:02:36下载
- 积分:1
-
51-DS18B20-temperature-sensor
DS18B20温度传感器的51汇编程序,器件资料文档用搜索找,没上传。其中当然少不了PROTEUS的仿真,KEIL+PROTEUS联合实现。而且实现了多个器件级连的功能,程序当然可以继续优化的(51 assembler DS18B20 temperature sensor, the device information document with a search to find, no upload. Which of course PROTEUS simulation, KEIL+PROTEUS jointly. And multiple devices cascaded function, the program can of course continue to optimize)
- 2013-04-05 17:09:36下载
- 积分:1
-
SHT20
网上找的华兄电子SHT20温湿度传感器驱动程序,经修改,在原子开发板上调试成功。可准确读取温度和湿度。编译环境为Keil MDK ARM 5.14(Modified SHT20 driver source code of Huaxiong electronic. Successed run in atomic development board, can read the temperature and humidity. Compiled by Keil MDK ARM 5.14.)
- 2021-03-04 19:59:32下载
- 积分:1
-
88dianzhen
点阵设计,8*8点阵,初学者,字体循环--单片机爱好者(Lattice design)
- 2012-12-01 14:40:48下载
- 积分:1
-
uart_a
pic单片机4011串口调试测试程序,适用于初学者。已经过测试。(4011 pic microcontroller serial debugging and testing procedures applicable to beginners. Has been tested.)
- 2013-11-06 21:48:59下载
- 积分:1
-
51C
基于51单片机控制的时间继电器C源程序,调试OK,请放心使用哦(MCU controlled relay)
- 2013-04-30 20:01:39下载
- 积分:1
-
VIDBUF
8051/8096/8099/8048单片机汇编工具、
汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单
片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、
创新32位声开发、视频实例(8051/8096/8099/8048 SCM tools,
Assembly language, Motorola m68HC11, m680x0 series of assembly language, inter8051 single
Machine assembly language, dos not an open secret, windows process control, graphical programming,
Innovative 32-bit sound, video examples)
- 2014-02-24 15:15:08下载
- 积分:1
-
4路AD采集模块0-10V
说明: 51单片机4路AD采集模块,附件带源码.原理图等(51 MCU 4-channel AD acquisition module, accessory with source code, schematic diagram, etc.)
- 2020-06-17 04:00:01下载
- 积分:1
-
LED-3D-POV
stm32的3d led旋转显示器
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
}(stm32 LED 3D POV
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
})
- 2020-12-23 12:29:08下载
- 积分:1
-
基于STM32F103C8T6的Bootloder
说明: stm32f103c8t6 bootloader(stm32f103c8t6 boot loader)
- 2020-12-21 11:28:56下载
- 积分:1