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: Paul Land
Last Updated: 2011-08-19
Package Version: 1.0.0.0
Category: Gaming and Fun
Downloaded: 1515 times
Not followed.
License: MIT license
Download [2.89KB]Hardware used: LED's & Keypad. ---
Instructions: Press key 1 on the keypad and the LED's mimic a dice face.
Uses C_stdlib rand function to (psuedo) randomise the dice.
This is my very first project so please feel free to comment constructively and suggest improvements. This is also the first time I have used C.
Author: Roman Black
Last Updated: 2011-08-19
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 1448 times
Not followed.
License: MIT license
Download [13.48KB]The SmartGLCD has a hidden 32kbyte static RAM chip used by the GLCD. This shows how to read and write directly to the RAM chip and use the approx 24kbytes of FREE static RAM that comes with your SmartGLCD.
Functions are included to read/write to RAM.
For more info please see Tut10 here;
http://www.romanblack.com/SG/SG_tutorial.htm
Author: Roman Black
Last Updated: 2011-08-19
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 1743 times
Not followed.
License: MIT license
Download [14.44KB]This uses 4 custom text characters to make each LARGE text digit, and has functions to draw the text digits to GLCD very easily (like normal text).
These are very useful for screen displays like voltmeters, frequency meters etc.
See Tut11 here;
http://www.romanblack.com/SG/SG_tutorial.htm
Author: Roman Black
Last Updated: 2011-08-19
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 1495 times
Not followed.
License: MIT license
Download [10.52KB]Creates up to 128 custom text characters in the GLCD RAM, which can then be drawn to screen the same as any text characters.
For more details see Tut09 here;
http://www.romanblack.com/SG/SG_tutorial.htm
Author: NART SCHINACKOW
Last Updated: 2011-08-21
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1604 times
Followed by: 1 user
License: MIT license
Download [2.04KB]Use this library to manipulate strings, just copy the 2 files to your project folder and make sure you include String.h in your source code.
[learn more]Author: NART SCHINACKOW
Last Updated: 2011-08-21
Package Version: 1.0.0.0
Category: Ethernet
Downloaded: 1525 times
Followed by: 3 users
License: MIT license
Download [1.46KB]This is a simple library that contains source code for converting IP-ADDRESSES to byte arrays and the inverse.
Strings Utility must be included in order to function well.
Note: Strings Utility is found here at libstock under my username code.
Author: VCC
Last Updated: 2011-08-18
Package Version: 1.0.0.0
Category: Internal MCU modules
Downloaded: 1162 times
Followed by: 3 users
License: MIT license
Download [159.67KB]Library for accessing the PIC18FxxJ50 internal RTCC. The library should be compatible with other PICs with same RTCC.
[learn more]Author: NART SCHINACKOW
Last Updated: 2011-08-21
Package Version: 1.0.0.0
Category: Communication
Downloaded: 2017 times
Followed by: 2 users
License: MIT license
Download [1.44KB]This library has standard Input/Output functions which can be used for input Strings And output Strings via hardware UART connection, all you have to do is copy and paste the files Stdio.h And Standard_Io.c into your project folder and include them in to your main source code "Stdio.h".
[learn more]Author: Rajendra Bhatt
Last Updated: 2011-08-18
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 2557 times
Followed by: 3 users
License: MIT license
Download [329.07KB]It is a very simple data logger project based on PIC12F683 microcontroller. The microcontroller reads temperature values from a temperature sensor on a regular interval basis and stores them into its internal EEPROM memory.
http://embedded-lab.com/blog/?p=2236
Author: Rajendra Bhatt
Last Updated: 2011-08-18
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 3654 times
Followed by: 1 user
License: MIT license
Download [99.10KB]Contains library routines for 3-wire LCD interface based on 74HC595 shift register. More details are provided in the attached ReadMe document or posted at http://embedded-lab.com/blog/?p=30
[learn more]