- LCD1602 driver for 51 MCU 2007-04-26
- //lcd1602 drive program for 51 mcu //designed by super #include "reg52.h" /********************************************************************/ / ...
- (770)次阅读|(1)个评论
- C51定时器 2007-04-23
- #include"reg52.h" char msec=0; void Timer_Init(void) { PT0 = 1; EA = 1; &nb ...
- (2409)次阅读|(0)个评论
- C51_流水灯设计 2007-04-20
- org 0000h start: mov a,#0fCh loop1: rr a MOV  ...
- (1063)次阅读|(0)个评论
- MC9S12DG128_ADC 2007-04-17
- #include <hidef.h> /* common defines and macros */ #include <mc9s12dg128.h> /* derivative infor ...
- (1207)次阅读|(1)个评论
- freescale_MDC 2007-04-12
- #include <hidef.h> /* common defines and macros */ #include <mc9s12dg128.h> /* derivative infor ...
- (909)次阅读|(0)个评论
- lcd12862 2007-01-23
- //lcd12864 drive program //for 51 mcu //designed by WangChao #include <reg52.h> #include <intrins.h> #define line1 0x80 //第一行 ...
- (694)次阅读|(0)个评论
查看更多