Use of internal PIC timer functions

For general Flowcode discussion that does not belong in the other sections.
Post Reply
jan.didden
Posts: 82
http://meble-kuchenne.info.pl
Joined: Thu Dec 17, 2020 3:16 pm
Has thanked: 20 times
Been thanked: 12 times

Use of internal PIC timer functions

Post by jan.didden »

Hi,

On FC9, do I need to purchase the Storage library to use a PICs internal timers?

Jan Didden
Linear Audio

medelec35
Matrix Staff
Posts: 1463
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 514 times
Been thanked: 473 times

Re: Use of internal PIC timer functions

Post by medelec35 »

Hi Jan.
If you are referring to timer interrupts, they don't require any library purchases.
If you want to know what's in each pack this is the first place to look.
Edit:
From reading the post on the Matrixtls forums, do you have a v5 example of what you would like to achieve?
Just as reminder.
The OSCCON within a C code block sets the internal oscillator to run at the correct speed.
The clock speed within project options sets up components with delays to run at the correct delay time.
Martin

Post Reply