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: Jayanth Devarayanadurga
Last Updated: 2013-11-11
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1172 times
Not followed.
License: MIT license
Download [1.01MB]My project is a USB HID Datalogger using mcHID.dll from helmpcb.org
Data is logged to SD card. In Proteus simulation .mmc file is used for SD Card which can be renamed to .ima file and opened in WinImage 8.5
mcHID.dll should be copied into windows\system32 folder and setup.exe has to be run and the VB.net app should be installed.
Author: Paulo Matias
Last Updated: 2013-10-21
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 620 times
Not followed.
License: MIT license
Download [100.20KB]This project allows you to write some part of your code using gcc, and another part using mikroC. Useful when you need both the easy-to-use hardware libraries provided by mikroC and the optimization and ANSI C compliance of gcc. Also useful if you want to use C++ in some part of your project.
[learn more]Author: Richard Lowe
Last Updated: 2013-09-16
Package Version: 1.0.0.1
Category: Other Codes
Downloaded: 2941 times
Followed by: 1 user
License: MIT license
Download [9.12KB]Author: dany
Last Updated: 2015-06-29
Package Version: 3.0.0.0
Category: Other Codes
Downloaded: 5169 times
Followed by: 2 users
License: MIT license
Download [7.71MB]CRTOS stands for Cooperative Real Time Operating System; designed for and written specifically in mP/mB from mikroElektronika. The system uses cooperative as opposed to pre-emptive scheduling which means that the application code you write has to voluntarily release back to the operating system at appropriate times.
[learn more]Author: Hebert Oliveira
Last Updated: 2013-10-21
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1719 times
Not followed.
License: MIT license
Download [55.46KB]This library allows using 7-segment displays on projects with ease. The big advantage is that segments can be connected to any microcontroller pin and not necessarily in a single port. Already included functions for cathode or common anode displays and functions to work with a single display or multiple displays using a scanning technique.
[learn more]Author: Richard Lowe
Last Updated: 2013-08-27
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1514 times
Followed by: 2 users
License: MIT license
Download [12.93KB]BarGraphs are wonderful for visual feedback. This library makes it easy to add one.
Based on BarGraph click board.
Author: Richard Lowe
Last Updated: 2013-07-26
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1557 times
Followed by: 1 user
License: MIT license
Download [573B]This is not my library, but a opensource header file that adds boolean datatype to MikroC.
Copy this file to the ../Mikroeleckronika/"your ide"/include/ directory.
In your project that will use boolean types include this line:
#include <stdbool.h>
Author: v.savic
Last Updated: 2013-07-13
Package Version: 1.0.0.1
Example: 1.0.0.0
Category: Other Codes
Downloaded: 893 times
Not followed.
License: MIT license
Download [8.24KB]This example present ability of the system modeled by SM to easily execute different tasks by injecting behavior. It is based on BYTE field transition matrix (TM) which stores information about system behavior. If we change and inject TM into the SM, system behavior is changed. This example present generic solution for state machine based systems.
[learn more]Author: George Christodoulou
Last Updated: 2013-06-24
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Other Codes
Downloaded: 1720 times
Followed by: 1 user
License: MIT license
Download [34.37KB]This examples demonstates the basic function of a common rotary encoder .
Turning left or right the encoder the value of a variable is increased or decreased
and is displayed on a 16x2 lcd screen .. This code also demostrates use
of Interrupt on Change function of 18F45K22.
Author: S Ss
Last Updated: 2013-06-19
Package Version: 5.8.0.0
Category: Other Codes
Downloaded: 2208 times
Not followed.
License: MIT license
Download [5.58MB]This project reads Temp and time and date then by pressing a button the user can save or even delete
files from SD CARD. Fan and Heater are automatically controlled depending on the temperature value. user can also control the temperature reference.