-
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
-
51单片机8位xpt2046芯片对电位器的模数转换
说明: 51单片机8位xpt2046芯片对电位器的模数转换(Analog-to-digital conversion of 51 single-chip 8-bit xpt2046 chip to potentiometer)
- 2020-06-19 12:20:02下载
- 积分:1
-
WSN仿真
鉴于基于能量水平的无线传感器网络拓扑控制研究的仿真程序很少,所以上传了此代码。基于能量水平的无线传感器网络拓扑控制研究的文章,在此就不上传了,大家可以从网上下载完整论文,完整的仿真程序在下面的链接中,希望对这方面的研究同行们起到一定帮助。
- 2022-01-25 22:50:23下载
- 积分:1
-
GBT-27930-2015
GB/T 27930-2015电动汽车非车载传导式充电机与电池管理系统之间的通信协议(GB/T 27930-2015Communication protocols between off-board conductive charger and battery management system for electric vehicle)
- 2016-02-18 11:33:28下载
- 积分:1
-
cyuyanyuandaima
说明: c++一些简单小程序的源码,贪吃蛇,俄罗斯方块,进销存软件,学生管理系统等(Some simple small program source code, snake, Tetris, purchase and sale software, student management system, etc.)
- 2019-04-07 00:24:22下载
- 积分:1
-
GpsTime
此类对GPS时间进行了封装,支持时间运算和时间格式转换,供大家参考!(Such a package on the GPS time, support time and time format conversion operation, for your reference!)
- 2010-05-20 23:31:26下载
- 积分:1
-
3dwind1
空间风场模拟程序,采用谐波平衡法模拟大气边界层(code for simulation of wind field of boundary layer.)
- 2013-10-09 08:32:01下载
- 积分:1
-
kaijizidongyunxin
c#编程将程序设置为开机自动运行的程序希望对大家有所帮助(c# aiosdhhadjk)
- 2014-05-01 13:13:09下载
- 积分:1
-
seg-y地震数据操作(全部源码 qt)
本例支持qt4.8以上版本,实现了对地震格式seg-y数据的读取,显示,初级FK变换,二维线性插值的内容。
- 2014-05-31下载
- 积分:1
-
Exc1
本代码实现的是将菜单显示对话框然后在对话框中实现一定功能。(This code is the realization of the menu display dialog box and then in the dialog box to realize a certain function
)
- 2012-11-29 11:13:52下载
- 积分:1