资源列表
5位逐位加法器:
- 1、5位逐位加法器:
pipe.c
- Linux下管道通信,用管道一端用shell执行命令,在另一端读取命令结果-Linux, pipe communication with the pipeline one end of the shell to execute command to read the results of the command at the other end
ag7240
- 基于Atheros主板嵌入式开发中修改以太口不通或者不稳定问题-Atheros-based embedded development board to modify the Ethernet port unreasonable or instability
html-camera-boa_cgi
- 嵌入式摄像头网页拍摄boa_cgi源码,进行同类功能设计可以作为一个参考。-htlm camera take picture code.htlm add cgi code.
my_cgi
- 嵌入式ARM远程视频监控项目中的一个CGI程序,通用网关接口程序,还要配置相应的网页。-Embedded the ARM remote video monitoring project in a CGI program, the Common Gateway Interface program, but also configure the appropriate page.
hx711
- 此程序是基于ARM9的,通过压力传感器获取压力值的大小,所用的芯片为HX711压力传感器芯片-This program is arm9-based through the pressure sensor to obtain the size of the pressure value, used for HX711 pressure sensor chip
STM32-PM2.5
- 基于STM32的PM2.5程序代码,做粉尘检测的可以参考-Based on the STM32 of PM2.5 program code
DHT21
- 此程序是基于C语言的,实现的功能是对DHT21温度和湿度传感器的读取!-The program is based on C language, the realization of the function is to DHT21 temperature and humidity sensors to read!
GPIO口控制类GpioControl
- 自己写的嵌入式LINUX下GPIO口控制类 ,用在QT的Widgets Application中 【使用方法】 [初始化对象] GpioControl m_gpioControl; [初始化GPIO第84口OUT] m_gpioControl.Init(84); [设置GPIO第84口高电平] m_gpioControl.gpio_set_value(84, "1"); [设置GPIO第84口低电平] m_gpioControl.gpio_set_value(84, &
智能小车资料
- 智能小车相机模块程序,文件包含一个.c文件和.h文件。(This is camera file. inside have a .c file and .h file.)
hw-code2
- System Programming Code...Excellenet
keyboard
- 在ARM上,用轮询法和反转法实现了按键的。-ARM on the polling method and reversal key.