#include "E:\Documents and Settings\Ammar Ahmed\Desktop\Moeez\adnan\task 3\Timer.h"
unsigned int16 timer_value;
void main()
{
set_tris_c(0x00);
set_tris_d(0x00);
setup_timer_0( RTCC_DIV_256 | RTCC_INTERNAL);
delay_ms(1);
set_timer0(50000);
while(TRUE)
{
timer_value=get_timer0();
if(timer_value>=65520)
{
timer_value=0;
set_timer0(50000);
}
if(timer_value < 30000)
{
output_d(0b00010100);
output_low(PIN_C2);
output_high(PIN_C1);
}
else if(timer_value >= 30001)
{
output_high(PIN_C2);
output_low(PIN_C1);
output_d(0b00010100);
}
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
task-3.rar (11个子文件)
task 3
Timer.BAK 748B
Timer.cof 12KB
Timer.h 191B
Timer.hex 632B
Timer.c 750B
Timer.lst 5KB
Timer.sta 760B
Timer.err 41B
Timer.tre 82B
Timer.PJT 806B
Timer.sym 1KB
共 11 条
- 1
资源评论
刘良运
- 粉丝: 78
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- YoloV1的tensorflow实现.zip
- YOLOv1检测过程的Tensorflow实现.zip
- Yolov1 pytorch 实现.zip
- yoloface-50k的可部署模型.zip
- qt 5.7.1 msvc2015安装包
- YOLOC 是将不同的模块组合起来构建不同的物体检测模型,包括 YOLOv3、YOLOv4、Scaled-YOLOv4、YOLOv5、YOLOv6、YOLOv7、YOLOX、YOLOR、PPY.zip
- yolo3-keras的源码.zip
- zulu8.82.0.21-ca-jdk8.0.432-macosx-aarch64.dmg
- YOLO-World + EfficientViT SAM.zip
- Yolo-v4-v3-v2中模型转换方法总结.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功