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: Simon Platten
Last Updated: 2013-01-27
Package Version: 1.0.0.3
Example: 1.0.0.0
Category: Other Codes
Downloaded: 915 times
Not followed.
License: MIT license
This small project demonstrates how to use my generic linked list structure. Included in this project is a very small LED scanner, each LED is a node in the linked list.
Do you want to subscribe in order to receive notifications regarding "Generic Linked List " changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "Generic Linked List " changes.
Do you want to report abuse regarding "Generic Linked List ".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1358521366_generic_linked_l_mikroc_pic.zip [49.18KB] | mikroC PRO for PIC |
|
[2013/01/17] Started work on project and released to libStock. I used the mikroProg with PICkit2 demo board to test this project. The example code shows an LED scanner just to demonstrate how to add nodes to the link list.
Modified ISR to bounce back when it reachs the MSB, this illustrates itertating up and down through the linked list.
Increased timer from 250ms to 100ms, better effect IMHO.
[2013/01/18] Push button on RB0 now toggles mode of scanner.