Author |
Message |
Topic: Help, how can I implement this? [PIC16F1703] |
fabiofacir
Replies: 3
Views: 12029
|
Forum: General CCS C Discussion Posted: Thu Feb 01, 2018 11:32 am Subject: Help, how can I implement this? [PIC16F1703] |
I'm using a simple button.
Because of the noise I've tried to set up a:
port_a_pullups(0x02);
I don't know If I cant use this way.
Inside the 'test_interrupt.h'. it is just the ... |
Topic: Help, how can I implement this? [PIC16F1703] |
fabiofacir
Replies: 3
Views: 12029
|
Forum: General CCS C Discussion Posted: Thu Feb 01, 2018 11:02 am Subject: Help, how can I implement this? [PIC16F1703] |
Hello, I'm working with a 16F1703 PIC mcu, and I want to begin a 7segment lcd cycle (0-9) loop at a touch of a button (A1), after that if I touch the button (A1) twice, I want the Pic to enter in slee ... |
|