资源列表
zhangnan11
- 一个基于FPGA的洗衣机正反转定时控制器,可以在开发板上实现控制和显示功能(A FPGA based washing machine is reverse timing controller, you can control and display functions on the development board)
linear_array
- 产生线性阵元的辐射方向图,参数可以自行设置(The radiation pattern of the linear array can be set up)
彩灯
- 用程序控制8个彩灯从中心向两端闪烁,但是可以通过仿控制脉冲频路来控制闪烁速度,仿真开启后,彩灯会不停的亮起,不会停下 #include <reg51.h> unsigned char led[]={0x81,0x42,0x24,0x18}; void delay(unsigned int time) { unsigned int j=0; for(;time>0;time--) for(j=0;j<125;j++); } void main(vo
project
- 液晶显示,功能代码,字库显示实验,简洁明了,非常实用(Liquid crystal display, function code, font display experiment, simple and clear, very practical)
PWM输入模式捕捉4路PWM的周期和占空比
- PWM输入模式捕捉4路PWM的周期和占空比(The PWM input mode captures the cycle and duty cycles of the 4 way PWM)
LPC2378demo
- lpc2378详细使用说明 并且配有例程(LPc2378 detailed routines and instructions for each module)
FIFO_RAM
- 同步FIFO_RAM的设计及其testbench(8 bit SYN FIFO module fifo_v(clk,rst,wen,ren,full,empty,data,q);)
2012灌溉系统
- 蓝桥杯大赛真题,2012年模拟灌溉系统,基于官方开发板(The old exam of Blue Bridge .)
ds18b20
- 使用模块化编程思路,所有模块皆可独立使用(但是占用到系统硬件资源则需要改动)上机测试可行,使用ds18b20采集温度数据并且送至电机处改变其转速以及显示当前温度与转速等级。(The use of modular programming ideas, all modules can be used independently (but the use of hardware resources to the system need to be changed) test is feasible,
SHT2x_STM32F103
- 基于 stm32f103c6 采集DHT 传感器数据,并串口输出。(Collecting DHT sensor data)
OLED显示IIC
- 该程序适合i2c通讯方式的oled屏,可显示图片,字符,等(The program is suitable for I2C communication OLED screen, can display pictures, characters, and so on)
DA程序
- DA转换,按键可以调节波形,频率增大减小,振幅(DA conversion, buttons adjust the waveform, frequency, amplitude)