-
ESP32_I2S_Camera
arduino ide esp32 驱动ov7670摄像头程序,带tft显示,webserver查看(Arduino ide esp32 driver ov7670 camera program, with TFT display, webserver view)
- 2021-01-05 23:28:54下载
- 积分:1
-
u盘
stm32-usb+nandflash+sd=u盘 ,用stm32+nandflash模拟u盘,使用的是fatfs文件系统,电脑格式化后,即可当u盘使用了。(Stm32-usb+nandflash+sd=u disk, use stm32+nandflash to simulate u disk, use fatfs file system, after the computer is formatted, it can be used as u disk.)
- 2020-11-11 16:09:45下载
- 积分:1
-
STC12some-device-driver
里面含有一些STC12系列单片机常用的硬件驱动程序和片上资源驱动程序。工作在11.0592MHZ可以直接使用。如12864的串口方式驱动,1602驱动,18B20驱动,DHT11驱动,STC片上EEPROM/ADC/PWM等驱动程序,还包括一些经过本人用示波器侧过的STC12系列单片机在11.0592MHZ下的软件延时子函数。这些东西对你平时开发会大有帮助。(failed to translate)
- 2013-05-03 00:01:36下载
- 积分:1
-
High-Speed-Circuits_fdtd-
This document explains very quick how high speed circuits can be simulated by FDTD numerical electromagnetic model.
- 2013-02-09 03:06:26下载
- 积分:1
-
UltrasonicTesting
这是一本超声波2级考证的一本书,也是超声波专业学习者和研究者的基础书籍,很实用的。(This is a book about the ultrasonic level 2, and it is also the basis of learners of ultrasonic professional and researchers books, very practical.)
- 2014-10-31 15:36:52下载
- 积分:1
-
anchuanG5A4015
安川G5A4015开关电源电路,请大家学习参考
。欢迎下载学习(Yaskawa G5A4015 switching power supply circuit, learning reference. Welcome to download learning)
- 2013-04-06 15:52:18下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
ps3stor
PS3 Storage Devices.
- 2015-06-18 12:50:16下载
- 积分:1
-
MC20_OpenCPU
Quectel移远MC20 GSM/GNSS/BLE模块的全部文档、资源,大部分未曾公开。分7个部分上传:
1. MC20模块介绍、指令/软件/使用手册、应用/生产指导、驱动
2. MC20硬件文档和设计指导
3. MC20 OpenCPU文档
4. MC20 OpenCPU SDK V1.1
5. MC20 OpenCPU SDK V1.3
6. MC20开发工具,含全部版本的QFlash
7. MC20开发OpenCPU所需的GCC编译器(Complete resource of Quectel MC20 GSM/GNSS/BLE module, most not disclosed. Uploaded in seven parts:
1. MC20 module introductions, command / software / user manuals, application / production guides, drivers
2. MC20 hardware documents and design guides
3. MC20 OpenCPU documents
4. MC20 OpenCPU SDK V1.1
5. MC20 OpenCPU SDK V1.3
6. MC20 development tools, including all versions of QFlash
7. GCC compiler needed for MC20 to OpenCPU development)
- 2020-06-28 19:00:01下载
- 积分:1
-
virtual-oscilloscope-module
本程序是虚拟示波器,可以显示多条曲线波形,调节幅值和时间(Oscilloscope can display multiple curve
)
- 2014-01-10 12:06:01下载
- 积分:1