We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: Stevan Tosic
Last Updated: 2013-11-04
Package Version: 1.0.0.0
Category: Timers (Real time clock)
Downloaded: 2102 times
Not followed.
License: MIT license
How to use Multi Timers for PIC 18F8520 in easy and user friendly way with additional library.
Do you want to subscribe in order to receive notifications regarding "Multi Timers using Event driven programming for PIC 18F8520" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "Multi Timers using Event driven programming for PIC 18F8520" changes.
Do you want to report abuse regarding "Multi Timers using Event driven programming for PIC 18F8520".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1314031298_multi_timers_usi_mikroc_pic.zip [79.48KB] | mikroC PRO for PIC |
|
This project demonstrates how to implement multiple timers in
PIC 18F8520 applications in simple way using Event driven programming. I
called library EDT - Event Driven & Timers. It contains small yet
powerfull set of functions. Although timers are a special kind of event I
decided emphasize it. Pure C code is compiled into library called
EDT.mcl and library implementations for other microcontrollers can be achieved in shortest time. Function declarations are located in header file EDT.h. Main file is called timers.c where user can change timer base and write his own code.
Examples are made as
simple as possible. Number of timers is limited to 8 in demo mode.
Maximum number of timers depends on using RAM and can reach a few tenth.
There are many tipical timers oriented applications as PWM, counters,
user interface (displays).