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: Aleksandar Vukelic
Last Updated: 2013-05-17
Package Version: 1.0.1.0
Category: Other Codes
Downloaded: 1003 times
Followed by: 2 users
License: MIT license
Download [94.42KB]HexTool is a simple utility for generating and editing binary image files. BIN files are generated from HEX files according to Intel's "Hexadecimal Object File Format Specification". It can be used as a standalone application or from IDE of all mikroE compilers.
[learn more]Author: Aleksandar Vukelic
Last Updated: 2013-05-13
Package Version: 1.0.2.0
Category: Other Codes
Downloaded: 1879 times
Followed by: 3 users
License: MIT license
Download [272.84KB]BitCalc is an extension of Quick Converter tool found in IDE for mikroElektronika compilers. Apart from numeric conversion, it provides access to bitwise operations along with graphical representation and interaction with bits. It should be of great help to beginners but even more experienced users could find it useful.
[learn more]Author: Agent Wolfz
Last Updated: 2013-05-08
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 603 times
Followed by: 1 user
License: MIT license
Download [41.70KB]Author: Agent Wolfz
Last Updated: 2013-05-08
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1174 times
Followed by: 1 user
License: MIT license
Download [924.43KB]40 pin microcontroller project using LCD, button, portD as indicator,
simplified pcb layout with label, and relay control for motor control if needed
-codes are tested as working project
Author: NART SCHINACKOW
Last Updated: 2013-04-27
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 659 times
Followed by: 2 users
License: MIT license
Download [1.15KB]This is a simple Physics library that uses the Vector Library in its calculations, till now its has a simple projectile motion which can be simulated easily using the built int functions.
Author: NART SCHINACKOW
Last Updated: 2013-03-23
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1421 times
Not followed.
License: MIT license
Download [63.13KB]This is a program developed using c# (visual studio 2012 express) it requires .net framework 3.5,
it is useful for getting the appropriate seven segment digits in hex, binary and decimal.
Author: S Ss
Last Updated: 2013-03-19
Package Version: 5.8.0.0
Category: Other Codes
Downloaded: 3695 times
Followed by: 1 user
License: MIT license
Download [2.42MB]The project uses timer 1 as an external counter to count the pulses every second.
Timer 0 is used to generate a 1 sec time. Also the periodic time of the frequency is calculated.
Author: dany
Last Updated: 2015-01-26
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 4233 times
Followed by: 1 user
License: MIT license
Download [433.41KB]Library for a 4x4 keypad connected to the PIC via an PCF8574 I2c expander (Two I2c lines in stead of 8 I/O pins). This saves a lot of PIC I/O pins.
Permits also small PIC's (with low pin count) to control a keypad.
Author: NART SCHINACKOW
Last Updated: 2013-03-13
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 767 times
Followed by: 2 users
License: MIT license
Download [1.72KB]This library contains useful functions and methods for performing 3D, 2d vector calculations.
check the math library and include the Vector.h into your source code
Author: Istvan K
Last Updated: 2013-03-29
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1685 times
Followed by: 2 users
License: MIT license
Download [163.14KB]They contain extremely simplified interface for
-- max 2 LCD (write-only 4bit mode, 6 pins),
-- max 2 LCD (using a HC595, 3 pins),
-- max 4 Sw-Uart (1, 2 or 3 pins, CTS handshake) .
Also some routines as Hex2out, Dec3out, CstrOut.
A separated library for using them via funcptr.
For now only for all PIC16 (PIC12). UPDATED.