-
单片机最小系统,两位LED数码管由串口输出接两个164驱动,Lout,Rout为左右声道输出,SET, ALT0, ALT1为三个按键,也可自己在开始的I/O定...
单片机最小系统,两位LED数码管由串口输出接两个164驱动,Lout,Rout为左右声道输出,SET, ALT0, ALT1为三个按键,也可自己在开始的I/O定义改成你想用的I/O口;12M晶振,若用89C51则只可装下约14首歌曲,用89C52则可装下近40曲-The smallest single-chip system, the two LED digital tube by the serial output driver 164 then two, Lout, Rout output for the left and right channels, SET, ALT0, ALT1 three buttons can also be their own at the beginning of the I/O definition change you want to use the I/O port 12M crystal, if one uses a 89C51 only loaded about 14 songs can be loaded with 89C52 under near 40
- 2022-06-17 06:02:18下载
- 积分:1
-
用单片机mege16控制的音乐播放原理图
用单片机mege16控制的音乐播放原理图-MCU-controlled music player mege16 schematic
- 2023-03-15 20:45:04下载
- 积分:1
-
可用于任何单片机平台的I2C总线读写程序,IO脚模拟。
可用于任何单片机平台的I2C总线读写程序,IO脚模拟。-Single-chip platform can be used for any of the I2C bus to read and write procedures, IO pin analog.
- 2022-03-20 00:55:12下载
- 积分:1
-
MSP430 development routines
MSP430 开发例程-MSP430 development routines
- 2023-04-01 20:35:04下载
- 积分:1
-
平凡老师单片机超经典课件,及其适合初学者入门学习
平凡老师单片机超经典课件,及其适合初学者入门学习
-Ordinary single-chip ultra-classic teacher courseware, and suitable for beginners learning portal
- 2022-03-20 13:26:27下载
- 积分:1
-
ARM LPC21XX proteus测试,测试已经完好,可以直接使用.谢谢!
ARM LPC21XX proteus测试,测试已经完好,可以直接使用.谢谢!-ARM LPC21XX proteus tests have been intact, can be used directly. Thank you!
- 2022-03-02 04:14:36下载
- 积分:1
-
WAVE6000,南京伟福的最新单片机开发环境
WAVE6000,南京伟福的最新单片机开发环境-WAVE6000, Nanjing Wei Fu of the latest microcontroller development environment
- 2023-08-02 00:00:06下载
- 积分:1
-
C51 under the former code, including two of HT9200, HT9170 called procedures (C5...
C51下个原代码,包括两个部分HT9200、HT9170 调用程序(C51).c和HT9200、HT9170 调用程序注解-C51 under the former code, including two of HT9200, HT9170 called procedures (C51). c and HT9200 and HT9170 call procedures Notes
- 2023-03-15 03:55:03下载
- 积分:1
-
ht47r20遥控程序,红外线载波输出频率这系统时钟的12分频,当系统频率为480KHZ,载波频率为40KHZ...
ht47r20遥控程序,红外线载波输出频率这系统时钟的12分频,当系统频率为480KHZ,载波频率为40KHZ-ht47r20 remote control procedures, infrared output carrier frequency system clock frequency of 12 minutes, when the system frequency for 480KHZ, carrier frequency 40KHZ
- 2022-04-24 22:47:59下载
- 积分:1
-
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RT...
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
-err
- 2023-03-23 11:40:04下载
- 积分:1