Hi all,
I am trying to port this code to assembler for a PIC24F
if Frequency < 5
Output = 10;
else if frequency > 255
Output = 255;
else
Output == Frequency; The frequency variable is 10 bit wide and the o..
I am trying to port this code to assembler for a PIC24F
if Frequency < 5
Output = 10;
else if frequency > 255
Output = 255;
else
Output == Frequency; The frequency variable is 10 bit wide and the o..