自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

一步的专栏

一步的个人博客

  • 博客(8)
  • 资源 (6)
  • 收藏
  • 关注

原创 Arduino的详细介绍(基于Mega2560)——SoftwareSerial Library

Arduino硬件内置支持串行通信在针0和1(电脑通过USB连接)。本机系列通过硬件支持发生(内置芯片)称为UART。这种硬件允许接收串行通信接口芯片工作时甚至在其他任务,只要房间在64字节串行缓冲区。

2014-11-07 18:10:28 31966 2

原创 Arduino的详细介绍(基于Mega2560)——参考电压analogReference()

了解电压比较器的都应该知道,其有比较电压,即门阀值。Arduino的这个功能跟

2014-11-07 16:08:24 23191

原创 Arduino的详细介绍(基于Mega2560)(分文)——SPI library

SPI接口协议总文有点介绍,不清楚的请找相关资料再看看。

2014-11-07 14:17:38 17939 1

原创 Arduino的详细介绍(基于Mega2560)(分文)——PWM的analogWrite()

Arduino的PWM是我写Arduino系列博文的根本原因,

2014-11-07 13:19:18 31041 2

原创 Arduino的详细介绍(基于Mega2560)(分文)——外部中断attachInterrupt()

External Interrupts(外部中断):2 (interrupt 0), 3 (interrupt 1),18 (interrupt 5), 19 (interrupt 4), 20 (interrupt 3), 21 (interrupt 2)。

2014-11-07 13:12:14 40182

原创 Arduino的详细介绍(基于Mega2560)(分文)——pinMode,digitalWrite/digitalRead()

pinMode,digitalWrite/digitalRead()是Arduino对数字接口的操作函数。函数:pinMode():功能:指定特定端口是作为输入还是输出;形式:pinMode(pin,mode)参数:pin:想要设定的端口号;mode:模式,有INPUT,OUTPUT和INPUT_PULLUP三种模式。(INPUT_PULLUP参数设定内置的上拉电阻

2014-11-07 12:38:25 50089 5

原创 Arduino的详细介绍(基于Mega2560)(分文)—— EEPROM library

EEPROM library

2014-11-06 23:34:20 10725

原创 Arduino的详细介绍(基于Mega2560)

很早之前入手了一块Arduino MegaArduino Mega 2560是基于ATmega2560的微控制板,有54路数字输入/输出端口(其中15个可以作为PWM输出),16路模拟输入端口,4路UART串口,16MHz的晶振,USB连接口,电池接口,ICSP头和复位按钮。简单地用USB连接电脑或者用交直流变压器就能使用。Mega 2560 是Ardu

2014-11-06 21:56:55 98931 13

rtmp协议文档.7z

RTMP文档1.0版本,包括中文翻译等,是学习RTMP协议的必读内容。

2019-10-11

二进制查看器

二进制查看器,Windows平台很方便。Once the tool is set up, you see a working space where files could be dragged and released into the primary frame. There is also the option to view the file through the file browser. You can locate hexadecimal values with their addresses, in addition to equivalent ASCII and Big/Little Endian values. Also, you can see specific file details such as creation date, last modification and access, company, size, the user who last saved the file, subject, revision number, etc. The application is lightweight and doesn’t hog system resources, as it needs negligible amount of RAM and CPU to work right. It’s quite responsive and performs smoothly, and seldom causes the OS to crash, hang or show error dialogues. This makes the tool quite ideal for seasoned software users.

2018-08-01

DirectShow简单采集程序

Direct Show的简单采集和预览程序。

2016-11-04

android时钟widget小部件源代码

android时钟widget小部件源代码

2014-03-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除