Author |
Message |
Topic: PIC16F15324 and PIC16F15344 PIN_A2 NOT RESPOND |
MKY
Replies: 2
Views: 4696
|
Forum: General CCS C Discussion Posted: Mon Jan 22, 2024 10:29 am Subject: PIC16F15324 and PIC16F15344 PIN_A2 NOT RESPOND |
In PIC16F15324 and PIC16F15344 processors, PIN_A2 does not work as input when defined as input output. To fix it, the Zero cross feature of PIN_A2 must be set to ZCDDIS (Zero Cross Detect Disable) fro ... |
Topic: HTRC110 and PIC |
MKY
Replies: 9
Views: 23963
|
Forum: General CCS C Discussion Posted: Sat Apr 25, 2015 12:05 pm Subject: HTRC110 and PIC |
I read some 125 kHz tag distance 15 - 20 cm, coil 600- 700 uH
( Htrc ile ilgiili çok kod aradım ama işe yarar pek bir şey bulamadım.
Arayıpda bulamayanlar buradan faydalanabilir)
Translatio ... |
Topic: HTRC110 and PIC |
MKY
Replies: 9
Views: 23963
|
Forum: General CCS C Discussion Posted: Sat Apr 25, 2015 11:56 am Subject: Here is Htrc110 fully working code |
#include <16F721.h>
#device adc=8
#FUSES INTRC_IO, PLLEN, BROWNOUT, NOWDT, PUT, PROTECT, NOBROWNOUT, WRT
// Htrc110 Kristal 4MHz
#use delay(clock=16000000)
#use rs232(baud= ... |
|