如图所示DLP410系统, 1)最右上角的LED SENSOR是用来检测光亮度的还是色彩度的,还是什么的?我应该怎么选呢,有什么推荐型号? 2)最左上角的OPTICAL SENSOR(CAMERA)又应当如何选择确定呢? 谢谢~~~~~~~~~~~~
2018-06-23 01:01
大家好,我试图打开一个LED(这是物理连接在RD0),当有一个上升沿RA0,我想这样做与中断。每当RA0上有前缘时,LED必须改变状态。我能够做到这一点而不中断,但我错过了一些前沿,这就是为什么我想使用中断。我在MPLAB V4.05和MCC3.55.1和XC8 1.45编译器与PIC18F45 K20。这是我的中断代码和我的PixMaulror感谢大家的帮助。Pin管理器C(2.79 KB)-下载52次 以上来自于百度翻译 以下为原文 Hi everyone, I am trying to turn on a led (which is physically wired at RD0), when there is a rising edge on RA0 and i want to dothis with interruption. the led has to change state everytime there is a front edge on RA0. i was able to do this without interruption but i was missing some front edge this is why i want to use interruptions. I am on Mplab V4.05 and mcc 3.55.1 and xc8 1.45 compiler with the pic18F45K20. Here is my interrupt code and my pin_manager Thanks everyone for your help. Attachment(s)interrupt_manager.c (2.60 KB) - downloaded 57 timespin_manager.c (2.79 KB) - downloaded 52 times
2018-10-08 15:55