资源列表
I2CSLAVE
- LPC1114 I2C SLAVE例程,LPC11XX的I2CSLAVE接收的程序,很少见-LPC1114 I2C SLAVE routine, LPC11XX the I2CSLAVE receiving procedures are rare
ExampleCode_iSensor_ADIS16405
- 在keil c开发环境下,采用C语言编写的对惯性测量单元(IMU+磁力计)ADIS16405的测试程序,希望能有所帮助-In keil c development environment, written using C language on the inertial measurement unit (IMU+ magnetometer) ADIS16405 testing procedures, hoping to help
GPIB
- VB的GPIB接口编程(直接调用VISA库来驱动GPIB卡和测试仪器进行通信)-The GPIB interface programming VB
12864yejing
- 应用于51单片机的液晶显示驱动(包括带字库的液晶QC12864B和不带字库的RT12864CT)程序,内涵5种不同的写法(C程序), 也包括动态显示汉字,动态显示图像,和利用字库显示,同时有游戏的制作,并利用Protues仿真过,十分好的一份学习资料。-Applied to 51 single-chip LCD display driver (including the LCD with font font QC12864B and without the RT12864CT) progr
myOS(stm8)
- 自己编的stm8的小系统,非常适合初学者。内核只有一个文件。16M时任务切换时间为8us。每个任务用55B以上的RAM。开发环境IAR。在stm8s105C6上测试很稳定!-Their small series stm8 system, ideal for beginners. The kernel only to a file. 16M when the task switching time 8us. Each task with a 55B or more RAM. Development
PWM_BLDC
- 带霍尔传感器的无刷电机控制程序(PWM调速) 基于单片机编写的C程序。-Brushless motor control (PWM Control)
AD1674
- 用80c51和ad1647编写模数转换,并用示波器显示出其时序图-With the 80c51 and ad1647 write conversion, and the oscilloscope shows the timing diagram
VsinTab正弦波表生成器
- 单片机产生正弦波一般采用查表的方法,该软件能够产生8位和12的DA的表值,对单片机开发人员来说很方便。-Single-chip generally have a sine wave look-up table method, the software can produce 8-bit and 12 of the DA' s table value for developers of single-chip easily.
11F02E_EEPROM
- 单片机STC 11F02E EEPROM读写程序-SCM STC 11F02E EEPROM read and write procedures
ad421_4-20ma
- ad421可把串行输入的数据转换输出为4——20ma电流的器件。此为测试程序代码。-ad421 serial input data can be converted to output 4- 20ma current devices. This is the test code.
STM32PMcirochip_GUI_V1.0
- stm32移植microchip gui的实例-stm32 instances of graft microchip gui
01
- LED字符显示屏 一、设计任务 设计制作一个16行×16列的点阵 LED显示屏,按要求循环显示指定内容。 二、设计要求 1.基本功能 (1)在一块16×16 LED显示屏上,循环地逐字显示“河池学院2008年电子设计竞赛”文字串。要求显示清晰、稳定、不闪烁,每字符停留0.5s左右。 (2)切换显示由计算机通过串行通讯接口发送来的文字串,文字串长度不小于10个字符,内容可在计算机上任意输入。 (3)能设置改变每字符显示停留时间,调节范围:0.1s ~ 2s。