Author |
Message |
Topic: Interrupts and operations |
weland98
Replies: 8
Views: 19131
|
Forum: General CCS C Discussion Posted: Wed Mar 21, 2018 11:04 am Subject: Interrupts and operations |
Not actually,
What it is asked is that, with two analog inputs, (one of them a sinewave generated with a normal signal generator) and the other one a 5v pot variable. Now, it converts these two in ... |
Topic: Interrupts and operations |
weland98
Replies: 8
Views: 19131
|
Forum: General CCS C Discussion Posted: Wed Mar 21, 2018 9:54 am Subject: Interrupts and operations |
When I say it compiles,
I am refering to CCS C Compiler
#include <16f877a.h>
#device adc=10
#fuses hs,nowdt,noprotect,noput
#use delay (clock=4M)
#int_timer0
#DEFINE PIN_A3 ... |
Topic: Interrupts and operations |
weland98
Replies: 8
Views: 19131
|
Forum: General CCS C Discussion Posted: Tue Mar 20, 2018 4:33 pm Subject: Interrupts and operations |
Good day,
I am trying to write a code in order to achieve that with the interrupts the analog inputs refresh each 10ms.
Also to take a sin signal for one analog input, and 5v variable with a po ... |
|