-
NEC红外编码,IO模拟,C51程序,使用在一个双向DVD系统中,通过遥控器查看播放信息,和控制播放等。...
NEC红外编码,IO模拟,C51程序,使用在一个双向DVD系统中,通过遥控器查看播放信息,和控制播放等。-NEC infrared codes, IO simulation, C51, the use of the DVD in a two-way system, Remote View through broadcast information, and control shows.
- 2022-10-17 20:20:02下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
关于键盘使用的经典代码
关于键盘使用的经典代码-use of the classic keyboard code
- 2022-12-12 14:10:04下载
- 积分:1
-
51例程
陀螺仪数据读取,通过串口进行数据读取...(Gyroscope data reading)
- 2019-06-05 12:23:59下载
- 积分:1
-
CL_pi
closed loop speed control of induction motor
- 2020-06-25 03:20:02下载
- 积分:1
-
变色窗体
一个vb变色窗体,非常漂亮,会变色,适合新手(A VB database programming examples: address book program source code)
- 2017-08-17 00:39:19下载
- 积分:1
-
mm1
implement mm1 queue system on customer process
- 2012-05-06 15:20:35下载
- 积分:1
-
ultrasonic-horn
超声变幅杆原理和设计,详细介绍了超声变幅杆的原理及设计,pdf电子书籍(the pricinple and design of the ultrasonic horn)
- 2014-01-04 19:48:39下载
- 积分:1
-
虚拟串口,可以添加任意数量的机器串口,串口…
虚拟串口,可以在机子上添加任意多个串口,对于调试串口的程序很有用-Virtual serial port, you can add any number of machine serial port, serial port for debugging the program very useful
- 2022-03-04 23:54:51下载
- 积分:1
-
Bin
python实现的cef浏览器,可以获取网页元素(python cef,get values from html)
- 2021-04-16 21:28:53下载
- 积分:1