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]
Author: Simon Platten
Last Updated: 2012-09-29
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1068 times
Not followed.
License: MIT license
Download [65.29KB]This project demonstrates my fading structure and functions. You can create multiple faders on any I/O port you specify. Faders can be either individual pins or a mask of multiple pins. You specify the speed of fade, direction (in or out) and what options you want.
[learn more]Author: Andrew Hazelden
Last Updated: 2012-09-26
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1347 times
Not followed.
License: MIT license
Download [135.50KB]The Charcoal color scheme is used to customize the syntax highlighting in mikroC Pro. I created this color scheme to make the mikroC programming experience even better with a darker and less saturated background than the Midnight Blue theme. The scheme is designed to work with all of the MikroElektronika mikroC Pro compilers.
[learn more]Author: Roman Black
Last Updated: 2012-09-20
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 823 times
Not followed.
License: MIT license
Download [4.56KB]Provides 3 simple functions to drive the "ShiftBrite" RGB LED module. Full functionality is provided including setting the config registers for colour balance, and allowing chaining of multiple ShiftBrite modules.
[learn more]Author: dany
Last Updated: 2012-07-30
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 638 times
Not followed.
License: MIT license
Download [436.20KB]This tool enables you, in case of troubles, to delete the derived files (*.mcl etc...) in the project directories and the "Defs" directory. It also enables you to edit/check the .mpppi (project) file.
For: mP for PIC, dsPIC and PIC32.
Author: dany
Last Updated: 2017-05-26
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 735 times
Not followed.
License: MIT license
Download [333.80KB]Shows, from a selected routine, the following items:
- The parameter
- The (used) local variables
- The unused local variables (eliminated by optimiser)
- The used global variables
- Called routines
For Pic, Pic24 and P32, both mP and mB
Author: dany
Last Updated: 2017-05-23
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 616 times
Not followed.
License: MIT license
Download [274.23KB]This tool shows the size of variables splitted up per unit/module and procedure/function.
For mP, mC and mB for PIC and dsPIC/PIC24.
Author: dany
Last Updated: 2014-01-19
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 632 times
Not followed.
License: MIT license
Download [276.26KB]This tool permits to change the order of "user" libraries defined in the .MLK file of a certain processor.
For mP, mC and mB, PIC, dsPIC and PIC32.
Author: dany
Last Updated: 2012-07-30
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1062 times
Followed by: 1 user
License: MIT license
Download [428.58KB]The tool permits to select MCU's that have a certain set of libraries available. This is important when developing libraries in packages that rely on the existance of other libraries.
For mP, mC and mB, PIC, dsPIC and PIC32.
Author: dany
Last Updated: 2015-02-21
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 672 times
Not followed.
License: MIT license
Download [223.62KB]Tool that shows the project's configuration words content (in a readable format), the MCU type and the MCU clock frequency.
This permits to add (part of) the configuration settings in a comment box in your project.<br>
For <b>mP</b>, <b>mC</b> and <b>mB</b> for <b>PIC</b>, <b>dsPIC</b> and <b>PIC32</b>.
IDE based version (not stand alone).
Author: NART SCHINACKOW
Last Updated: 2012-07-26
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 636 times
Not followed.
License: MIT license
Download [234.61KB]This is a program developed using visual c# 2010 express, it allows you to encrypt any given data string to Bas64 and decrypts any encrypted string to its original data.
This is a good utility used when using "basic-realm" authentication in web pages which uses bas64 encryption