搜索资源列表
程序框架及简单IO
- motorola 单片机 了解程序基本框架-basic framework to understand the procedure
MSP430RTOS
- 一个MSP430单片机的实时操作系统的框架程序,4个线程-a real-time operating system in the framework of procedures, four threads
kongzhi
- 从其它网站看到的程序,框架不错,做单片机控制很有参考价值。后缀改为.c即可-from other sites to see the process, the framework is true, do MCU control of great reference value. Suffix changed. C can
c51_PID
- 典型的PID处理程序:这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部
SerialC
- 一个完整的C语言构架的串行口通信的源程序,串行口的操作和使用一目了然。-a complete framework for the C language serial port communication source, the serial port operation and the use of transparent.
Atmel_Microcontroller_8051_Architecture
- Atmel公司8051架构单片机Protel元件库-Atmel Corporation 8051 SCM framework components for Protel
ShutDownTry
- 通用串行总线USB(Universal Serial Bus)是一种新型的微机总线接口规范。随着客户对系统数据采集速度要求的不断提高,USB以其使用方便、易于扩展、速度快等优点而越来越多的应用于数据采集系统中。本文介绍了一种基于USB总线的数据采集系统的设计方法,采用PHILIPS公司的USB接口芯片PDIUSBD12与单片机AT89C51进行通信,并和PC机通信而编制出友善的设备应用程序。该系统用传统的USB总线取代了RS232串行总线,通过对USB协议和设备构架的充分理解,对以单片机89C5
fresscale.飞思卡尔智能汽车控制程序框架
- 飞思卡尔智能汽车控制程序框架,只要硬件符合,下载即可让小车跑起来。光电检测无二值化,通过比较传感器返回值进行判断。,Freescale framework for intelligent vehicle control procedures, as long as the hardware in line with the download so that cars can run up. Goes for the value of photoelectric detection, by com
CAMERA-V1.0.0.00
- 这是一个基于中芯微VC0706的方案开发的摄像头拍照存储系统,照片存在FLASH(W25Qxx系列)中。CPU为STC12LE5A16S2,如果用这个系列的芯片做其它产品,也可以用这个软件框架,相关的底层都有源码,可直接调用(只有这个产品用到的外设才有相应的底层,其它的需要自己编写)。另外,里面还包含了PC调试软件,可以按指定方式提取FLASH中的照片数据。说明文件基本没有,有需要的朋友,需要自己多看一下源码,也可以跟我联系(sqqdfny@163.com)。-This is a program
8051架构单片机元件库
- 8051架构单片机元件库。 Protel一直以来都没有提供Atmel公司8051架构单片机的元件库,电子爱好者和工程师们都得用其它公司8051架构单片机元件库来代替或者自己制作元件库。 根据Atmel公司官方网站(http://www.atmel.com)提供的Datasheet文件制作了一个Atmel公司8051架构单片机元件库。,8051 single-chip architecture libraries. Protel has failed to provide Atmel Corp
msp430compare.rar
- MSP430 捕获/比较器框架程序,可根据实际情况填写代码。,MSP430 Capture/comparator framework of the program, fill in the code according to the actual situation.
PICCWiz_src
- 通过图形界面设置,自动生成PIC单片机的框架代码.-Through the graphical interface settings, automatically generate a framework for PIC microcontroller code.
demo2
- 利用matlab串口工具箱,显示飞思卡尔智能车摄像头数据,生成图像显示。程序为开发过程中的命令行下的测试样例,仅供入门。可在此框架下添加自己的功能-Use of the a matlab serial Toolbox Freescale smart car camera data, generate image display. The program for the test sample, under the command line in the development process f
sprc307
- 該系統實現了功率因數校正與 1的C2000™ TMS320F280x數字信號控制器。這是幫助電源設計人員評估如何能夠實現與數字的PFC控制器,可以向他們提供與 /瓦特框架做的PFC他們自己的設計。功率因數校正(PFC)是一個函數,現代電子設計來接受它作為一個現代化的組成部分,交直流前端階段。-This system implements Power Factor Correction with a C2000™ TMS320F280x Digital Signal Cont
ASP
- 网页框架 基于ASP的网页框架代码 方便于大家使用 一起交流 一起进步-Web framework is based on ASP page code is convenient for you to use the framework of the exchange, together with the progress of
FileSyncSample
- This sample shows how to use the file synchronization provider component of Microsoft Sync Framework. The file synchronization provider is a fully functioning provider that helps an application to synchronize files and folders in NTFS, FAT, and
MSP430-framework-program
- MSP430框架程序。适用于MSP430F149,其他型号需要适当改变。-MSP430 framework program. For MSP430F149, other models require appropriate changes.
Procedural-framework-
- 本文给出的单片机处理模式是基于单任务的,无操作系统的开发模式。-Procedural framework for the ideal MCU
MSP430-framework-program
- 编写了msp430单片机中常用的程序框架-The preparation of a procedural framework commonly used in the MSP430 microcontroller
Smart-car-framework-program
- 飞思卡尔智能车基本框架程序,XS128各模块程序,对于智能车电机,舵机,AD采集,放大模块等等采用易懂编程,且均有备注,有新手有较大启蒙作用。-Freescale basic framework of the smart car procedures, XS128 module procedures, for the intelligent car motor, steering gear, AD sampling, amplifying module and so on use simple