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: Dmitry Yartsev
Version: 1.0.0.0
Last Updated: 2013-01-13
Category: Internal MCU modules
Downloaded: 125 times
Not followed.
Download [88.71KB]Включение и использование внешних прерываний на STM32F100C8. Внешние прерывания на линиях EXTI, EXTI2 и EXTI3, и им соответствуют ножки 1, 2 и 3 порта А. External interrupts on line EXTI, EXTI2 и EXTI3, and associated with pins 1, 2 and 3 of PORTA.
[learn more]Author: Paul Land
Version: 1.0.0.0
Last Updated: 2012-12-14
Category: Internal MCU modules
Downloaded: 360 times
Not followed.
Download [8.08KB]This is a modified version of one of the components from the Mikroelektronika Interrupt project found here on libstock - http://www.libstock.com/projects/view/326/interrupts-on-pic-18f45k22 It demonstrates Interrupt on change for the 18F4550 mcu. It formed part of my investigations into interfacing Rotary Encoder switches to a 18F4550.
[learn more]Author: Mateus Toyama
Version: 1.0.0.0
Last Updated: 2012-09-09
Category: Internal MCU modules
Downloaded: 393 times
Not followed.
Download [60.46KB]Author: Bahman Mohammadhoseini
Version: 5.6.1.0
Last Updated: 2012-08-04
Category: Internal MCU modules
Downloaded: 429 times
Not followed.
Download [45.10KB]This project shows how to change the duty cycle of a 5KHZ PWM signal produced by PWM1 module(CCP1/pin17) of a PIC18F452 with a keypad and 4X20 HD44780 LCD using 4-bit library and mikroC PRO for PIC v5.61 compiler.
[learn more]Author: MikroElektronika Team
Version: 1.0.0.0
Last Updated: 2012-05-15
Category: Internal MCU modules
Downloaded: 628 times
Followed by: 1 user
Download [18.33KB]This example demonstrates how to setup:
- External INT2 interrupt on PORTE.9 pin
- UART RX event interrupt
Author: MikroElektronika Team
Version: 1.0.0.0
Last Updated: 2012-05-08
Category: Internal MCU modules
Downloaded: 1636 times
Followed by: 2 users
Download [22.65KB]This example demonstrates how to setup:
- External INT0 interrupt on PORTB.0 pin
- UART RX event interrupt
- Interrupt on change on PORTB.7 - PORTB.4
Author: Anton Rieckert
Version: 1.0.0.0
Last Updated: 2012-04-13
Category: Internal MCU modules
Downloaded: 374 times
Followed by: 1 user
Download [30.49KB]Analog to Digital Library for the PIC24 and dsPIC range. Library supports multiple channels and has a callback function that is executed as soon as all the channels are read. The sampling frequency can also be specified in Hz
[learn more]Author: Francis Verhelst
Version: 1.0.0.0
Last Updated: 2012-01-23
Category: Internal MCU modules
Downloaded: 370 times
Not followed.
Download [52.05KB]A small program, to demonstrate use of watchdog on a pic 32. At program start RTC is started + necessary inits. It then goes in an endless loop, where the watchdog keeps microcontroller in sleep mode, until a second has passed. The routine then starts all over. Has to be loaded with microprog. Don't use or combine with Mikrobootloader.
[learn more]Author: Odd One
Version: 1.0.0.0
Last Updated: 2012-01-21
Category: Internal MCU modules
Downloaded: 226 times
Not followed.
Download [4.36KB]This is an effort to make using the hardware AES crypto engine in the XMEGA line of controllers as easy to use as humanly possible. Just add the unit to your project, add it to your main unit's "uses" clause, and go.
[learn more]Author: Steve Covert
Version: 1.0.0.0
Last Updated: 2012-01-17
Category: Internal MCU modules
Downloaded: 813 times
Not followed.
Download [176.76KB]Example of setting up and decoding a command based interface - e.g. sending 'ADC?' returns it's value. Can easily be adapted to any ASCII based interface you wish. The UART.C file decodes the command, determines if it is SET or GET (setting or getting the value) and implements it.
[learn more]