资源列表
smdk2440_sanxing
- 这是我更改过的windows ce 5.0的内核,其中LCD的驱动原来是NEC的,可是我用的是sansumg,所以必须更改,这是我改过的
3 utra-程序
- STM8L 的串口程序(STM8L serial program)
u-boot-1.3.1
- bbootloader开发源代码,版本1.3.1,支持arm,ppc等
NRF2401
- 单片机与nrf2401通讯,经测试无误,可自行修改-SCM and nrf2401 communications, tested correctly, can modify
v2c5_sopc_leds
- 在quartus II软件中,通过Verilog实现FPGA对于彩屏LED的控制-In quartus II software through Verilog for FPGA implementation of control LED color
Flash-read-and-write
- 本例程实现串行FALSH的读写操作,并测试读写速度,采用STM32内置的SPI硬件接口实现。-Flash read and write
115200
- 一个可以用于工程的115200的串口程序,内含fifo,可以实现字符串的发送和接收-A can be used for engineering 115200 serial procedures, including fifo, can be achieved in the transmission and reception of the string
CANSendData
- 为周立功公司的CAN控制器在WINDOWS上开发的应用程序,能够利用该CAN控制器CAN在CAN总线上发送CAN数据。-This Windows applying program is for the CAN contrller developped by zhonligong company.Using this contrller,it can send data on the CAN bus.
nDPS
- 电子标签控制程序,可应用于茂进等电子标签设备的控制-Electronic label control procedures can be applied to Mao into the control of devices such as electronic tags
esp_iot_sdk_v1.0.1_b2_15_04_10
- esp8266 iot sdk 開發源碼 版本: v1.0.1_b2 日期: 2015/04/10-esp8266 iot sdk source code ver: v1.0.1_b2 date: 2015/04/10
AD7705
- ad7705的资料,内含7705模块的原理图,电路图,封装图。(ad7705 datasheet,AD7705 information, including the 7705 module schematics, schematics, package diagram.)
pid
- 一个经典的PID算法实例 很有参考价值 C语言实现