登录
首页 » C51 » TM1652

TM1652

于 2020-12-17 发布 文件大小:31KB
0 212
下载积分: 1 下载次数: 73

代码说明:

  用TM1652基于C51做的一个简单的6位显示驱动,方便移植。(TM1652 based on C51 to do a simple 6 bit display driver, easy to transplant。)

文件列表:

TM1652
......\main.c,3234,2017-05-12
......\main.LST,6698,2017-05-12
......\main.OBJ,9407,2017-05-12
......\STARTUP.A51,6376,2017-05-11
......\STARTUP.LST,14051,2017-05-12
......\STARTUP.OBJ,749,2017-05-12
......\TM1652测试,9600,2017-05-12
......\TM1652测试.hex,640,2017-05-12
......\TM1652测试.lnp,62,2017-05-12
......\TM1652测试.M51,7770,2017-05-12
......\TM1652测试.plg,501,2017-05-12
......\TM1652测试.uvopt,73030,2017-05-12
......\TM1652测试.uvproj,13437,2017-05-11
......\TM1652测试_uvopt.bak,56390,2017-05-11
......\TM1652测试_uvproj.bak,13438,2017-05-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • design_aids___interfacing_assembly_and_c_source_fi
    cypress 的PSOC DESIGNER 4.4如何在C语言中调用汇编程序.(cypress of PSOC DESIGNER 4.4 How to call in the C language compilation process.)
    2008-07-01 11:31:25下载
    积分:1
  • dianzishejidasai2015
    本代码是以stm32f407为硬件基础,用mdk5编写的2015年,电子设计大赛,f题数字频率计的源代码。(The code is a hardware-based stm32f407, 2015 with mdk5 written, electronic design contest, f digital frequency meter title of the source code.)
    2015-08-25 13:58:19下载
    积分:1
  • (2008)Head-Orientation-Estimation-
    头部姿势估计的综述,英文论文,一共11页(head pose estimation)
    2012-06-12 19:43:54下载
    积分:1
  • BLDC_1300_control-for-Ebike-code
    BLDC_1300_control for Ebike code: 使用英飞凌XMC1301单片机的基于电动自行车控制方波电机驱动程序,原理图请参照英飞凌官网提供例程,带有霍尔中断采样、电流补偿、峰值电流限制、过流过压保护等重要部分。仅供开发者设计学习参考,由此带来的商品问题将不负任何责任,谢谢!(BLDC_1300_control for Ebike code: Electric bicycle control of square wave motor driver based on the use of Infineon XMC1301 MCU, please refer to the website provides schematic Infineon routines, with Holzer interrupt sampling, current compensation, peak current limit, an important part of current and voltage protection etc.. For developers to design the study reference, commodity problems which will not bear any responsibility, thank you!)
    2014-05-19 22:14:31下载
    积分:1
  • 手势5
    基于stm32的手势识别代码,可识别数字和石头剪刀布,内含蓝牙、语音等多种模块(Gesture recognition code based on STM32 can recognize numbers and stone scissors, including bluetooth, voice and other modules)
    2020-06-20 22:20:01下载
    积分:1
  • LPLD_TSL1401
    使用拉普兰德函数库编写的mk60线性ccdtsl1401的spi采集协议 并可配合串口观察(Use the Lapland library written mk60 the linear ccdtsl1401 the the spi acquisition agreement and with the serial observation)
    2013-04-06 04:17:53下载
    积分:1
  • CYH
    汇编编写的8086的程序,做的是汽车测速报警系统,带有自动控速功能(Compilation of the 8086 procedures, the car speed alarm system, with automatic control speed function)
    2015-06-11 19:02:15下载
    积分:1
  • Uart_receive
    STM32F4系列串口接收函数,,程序已测试通过。(void USART1_IRQHandler(void) //串口1中断服务程序 { u8 Res #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntEnter() #endif if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收到的数据必须是0x0d 0x0a结尾) { Res =USART_ReceiveData(USART1) //(USART1->DR) //读取接收到的数据 if((USART_RX_STA&0x8000)==0)//接收未完成 { if(USART_RX_STA&0x4000)//接收到了0x0d { if(Res!=0x0a) USART_RX_STA=0 //接收错误,重新开始 else USART_RX_STA|=0x8000 //接收完成了 } else //还没收到0X0D { if(Res==0x0d)USART_RX_STA|=0x4000 else { USART_RX_BUF[USART_RX_STA&0X3FFF]=Res USART_RX_STA++ if(USART_RX_STA>(USART_REC_LEN-1))USART_RX_STA=0 //接收数据错误,重新开始接收 } } } } #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntExit() #endif } )
    2016-01-21 17:04:30下载
    积分:1
  • STM32的FFT官方库
    说明:  快速傅里叶算法的stm官方库,可以实现快速傅里叶算法,实测有效(the fft library of stm32f1)
    2020-06-21 11:40:02下载
    积分:1
  • wljx
    the code for vorticity-stream function method of FVM!(the code for vorticity-stream function method of FVM!)
    2009-07-14 17:34:08下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载