搜索资源列表
Msp430
- 这是用C语言开发的MSP430单片机学习的一些例子,里面有Proteus仿真电路图和C语言远程序,可以很好的学习MSP430单片机的使用-This is developed in C language to learn some of the examples MSP430 microcontroller, which has Proteus simulation circuit and C is far procedure, you can learn a good use of MSP430
SMDW(1)
- 单片机播放音乐,是学习单片机的最好途经,资料详细,认真仔细-SCM music, is to learn the best microcontroller through the data in detail, a careful look at
simple
- 包括了51系列单片机几乎所有的入门让你简单程序,供大家参考学习。-Including the 51 series you started almost all of the simple procedure for reference study.
danpianji
- 单片机的教学课程,作为基础学习的好助手,帮助更好地入门-SCM curriculum, as a basis for learning a good assistant, to help better entry
danpianjixuexiziliao
- 这是我上单片机原理课的学习资料,里面有汇编程序和C程序两种。希望对大家有用。-This is my last lesson SCM principles of learning materials, there are two kinds of assembler and C programs. I hope useful. Thank you
SD_GCC_piaodown
- SD卡的FAT32文件系统 SD卡格式化成FAT32文件系统 基于单片机的SD卡FAT32文件系统,使用protues仿真,方便无开发板的童鞋学习。 SD卡的FAT32文件系统 怎样将SD卡格式化成FAT32文件系统? fat32格式在linux中叫做vfat,是一种window和linux都能识别的文件系统 1)首先切换到root权限: $su - root 2)查找SD的设备名称: #ls /dev/sd* 然后插入SD卡,再次输入上面的命令 ls /d