搜索资源列表
DS18B20与ATmega8单片机接口的C语言实现方法
- 单片机与温度传感器的应用,很多错的。可以用来做无线应用的基础。请大家踊跃下载啊。-SCM and temperature sensor applications, a lot of wrong. Can be used as the basis for wireless applications. Please download ah enthusiastically.
PIC单片机C语言应用例程
- PIC单片机的学习应用资料,全套应用资料,包括AD、内部资源、狗等各种应用例子,C语言编写-PIC learning applications, a full set of applications, including AD, internal resources for applications such as dog example, C language
c语言实现的PID算法
- 如何用c语言实现PID算法,很多控制类用到的程序,作为参考.!-how to use language PID algorithm, used many types of control procedures, as a reference. !
RFID-C++
- 飞利浦RC522芯片源代码。该芯片主要针对三表市场和手持设备,支持I2C/SPI/UART接口。 先发布基于普通51单片机的驱动源代码,采用串口接口,无需中断。只要接一个串口,后续会发布基于飞利浦LPC9401的读写源代码!LPC9401也是基于51核,只需连接SPI接口!有公司拿这个源代码卖钱哟-Philips RC522 chip source. The chip targeted at three tables and handheld devices market, support
ATTRIB--C-code
- This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version.
iic
- eeprom test of life by avr I2C 的控制和注意事项,带源码,please copy it and save as c
89C51单片机控制HT1621B驱动LCD(C程序)
- 89C51单片机控制HT1621B驱动LCD(C程序),全显,半显,全不显等功能,89C51 SCM control HT1621B drive LCD (C program), full-Hin, semi-explicit, full-features such as no significant
msp430F1232_adc10_10.这是一个多路AD采集的C语言程序
- 这是一个多路AD采集的C语言程序,采用msp430作为微处理器,通过调试,放心的下载吧,This is a multi-channel AD acquisition of the C language program, using msp430 as microprocessors, through commissioning, rest assured that you download
12864c.51单片机12864液晶c程序
- 51单片机12864液晶c程序,包括显示字符汉字图片动画等,非常适合12864的初学者参考,51 single-chip 12864 LCD c procedures, including animated picture show characters such as Chinese characters, is ideal for the beginner reference 12864
C语言写的铁电存储器[FM25C160]的驱动程序
- C语言写的铁电存储器[FM25C160]的驱动程序,已测试通过。引脚定义见内,C language written in Ferroelectric Random Access Memory [FM25C160] driver have been tested. Pin as defined within the
MSP430-C.rar
- 包含MSP430开发语言,C430开发环境的介绍,以及430各个资源模块的开发实例,MSP430 development contains language, C430 introduction of development environment, as well as the various resources of 430 examples of the development module
SHT.rar
- SHT11/15系列资料与源码,包涵C与汇编,以及焊接注意事项,有了这些资料,这个温湿度传感器系列就成为了模块,随便调用,SHT11/15 series of data and source code, includes C and Assembly, as well as welding Note that with these data, the temperature and humidity sensors has become a series of modules, just cal
TFT2.4---C
- TFT2.4汉字2样例程序,解摸屏接线 用杜邦线连接以下几脚 PEN_Q 接 P37 DOUT 接 P36 BUSY 接 P35 DIN 接 P34 CS 接 P33 DCLK 接 P32 SD卡接线 用杜邦线连接以下引脚 CS 接 P31 MOSI 接 P30 SCK 接 P21 MISO 接 P20 程序“2G以下SD卡电子相册 240320” 由于51单片机较慢所以显示的速度也是非常慢 显
mcu-c
- 课程的内容主要包括了单片机C语言编程的基本语法和思想,单片机内部资源的C编程,单片机常见外部扩展资源的C编程等。基于本课程的特点,结合高等院校要求,为了不断提高大学生的实验研究能力、分析编程能力、总结归纳能力和解决实际问题的能力,特意编写了本实验指导书,以指导如何利用现有的实验设备进行单片机内外资源的C编程以及简单系统的开发等。它不仅包括了一系列的验证性实验,而且还包括了综合性和设计性实验。实验的开设有利于培养学生分析问题和解决问题的能力,以及使抽象的概念和理论形象化、具体化,对增强学习的兴趣有
spi.c
- tested on an STK500 with an ATmega32 with a 14.7456MHz crystal. Purpose: SPI init, read & write routines without interrupt. These routines works only as an SPI Master.-tested on an STK500 with an ATmega32 with a 14.7456MHz crystal. Purpose:
MPLAB-C-Compiler-for-PIC24-v3.25
- PIC24 系列单片机 C编译器,只要和MPLAB Tools v8.50一同安装就可以使用了,非常简单-PIC24 MCU C compiler, and MPLAB Tools v8.50 as long as the installation can be used together, the very simple
morphology.c
- This program demonstrated the use of the morphology operator, especially open, close, erode, dilate operations. Morphology operators are built on max (close) and min (open) operators as measured by pixels covered by small structuring elements.
C之移位
- C语言中的很多运算基本是以字节为单位进行的,但有时为了节约内存空间,或很多系统程序中要求在比特位级别进行运算处理,很荣幸,C语言提供了这样的位运算特性。(A lot of operation in the C language is the basic byte as a unit, but sometimes in order to save memory space, or many system program requirements for processing, the bit le
the c program begin
- c语言的开篇简介,与c语言的相关视频的介绍(A prototype C language ALGOL 60 language. (Also known as the A language))
51单片机电流表C源码
- 采用ADC0832作为AD转换芯片,文件包含驱动程序和数码管显示程序。(Using ADC0832 as the AD conversion chip, the file contains the driver and the digital tube display program.)