资源列表
FPGA设计实战演练 高级技巧篇
- FPGA设计实战演练——高级技巧篇,很有用的参考书籍(Programming books on the FPGA)
GPIO
- 通过HX-5509开发版的GPIO接口,控制LED的闪烁。利用for语句实现延时设置。(The LED interface is controlled by the GPIO version of the HX-5509 development version. Using for statements to achieve delay settings.)
SPI协议通信操作SHT11
- 实例:SPI洗衣方式与传感器SHT11实现通信传输(Example: SPI washing mode and sensor SHT11 to achieve communication transmission)
MSP430软件开发手册
- MSP430编程开发参考手册,供学习参考(MSP430 programming reference manual for reference)
Launch Pad NOKIA5110 Clock
- msp430单片机控制经典小液晶Nokia5110程序(MSP430 MCU control classic small LCD Nokia5110 program)
算法代码
- 这是一个关于pid调节的子程序,可以帮助初学者更好地了解pid算法(This is a regulation on the PID subroutine, which can help beginners better understand the PID algorithm)
RTC
- Verilog语言编写的IIC读取RTC实时时钟程序(real time clock based on FPGA)
qi_cai_deng
- 本例程使用stm32f103定时器3的四路pwm通道控制RGB三色灯亮度,达到混合出千变万化颜色的目的。同时能通过蓝牙控制其调制出的特种颜色的呼吸,闪烁,常亮,喜欢的就来下载吧!(This routine uses the four channel PWM control of the STM32F103 timer 3 to control the brightness of the RGB tricolor lamp to achieve the purpose of mixing out
sd_test
- Verilog语言编写的基于SPI总线的micro SD卡读写程序(SD card access based on FPGA)
lua扩展库V1.3.pdf
- lua的扩展库,包括常用的系统函数等,包括bit、cpu、i2c(Lua extension library)
Air200_硬件设计手册_V2.3.pdf
- Air200模块是四频段GSM/GPRS模块,本文档定义了Air200模块及其硬件接口规范,电气特性和机械细节,通过此文档的帮助,结合我们的应用 手册和用户指导书,客户可以快速应用Air200模块于无线应用。(The Air200 module is the four band GSM/GPRS module. This document defines the Air200 module and its hardware interface specifications, electrica
Luat 脚本开发指南V2.7.pdf
- Lua开发指南,Lua 是一个小巧的脚本语言。脚本语言不需要事先编译,直接可以运行(其实是在运行的时候进行解释翻译)。该语言的设计目的是为了嵌入应用程序中,从而为应用程序 供灵活的扩展和定制功能。(Lua development guide, Lua is a small scr ipting language. scr ipting languages do not need to be compiled before they can be run directly (actually in