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]
posted on 2015/10/01 12:49:17 PM CEST
posted on 2015/10/01 11:39:53 AM CEST
The microchip xc8 compiler has the command CLRWDT() to reset/re-trigger the watchdog timer for a PIC18F4682. I cannot find an equivalent in Micro C Pro and have searched the Micro C Pro manual and header files with no success. How does one do this using Micro C Pro?
posted on 2015/07/29 01:44:50 AM CEST
I have a 2 screen program. The first screen has a push button to get me to screen 2.
Screen 2 has a EveNumber that displays the results of an a/d.
If I delete screen 1 the DrawScreen(@Screen2) displays the a/d results normally.
If I add screen 1 back in, the program flashes screen 1 and then immediately goes to screen 2.
Need to know how and where to put the call to refresh the EveNumber and still be able to manually switch between screens.
posted on 2015/07/08 01:18:08 PM CEST
Hi all, I have been tasked to build an interface board that will provide a LED indication as well as activate a buzzer.
The interface has 7 inputs, 7 LED's and a buzzer cancel push button. This part I have working well but when the user accepts the buzzer and another input is triggered, the buzzer will not re-activate.
Please could one for the Guru's offer some code guidance on how to re-activate the buzzer.
Thanking you in advance.
Trevor
posted on 2015/06/21 08:27:35 PM CEST
I am working on vibration analyzers using PIC18F4550. I need to calculate the FFT(fast fourier transform) efficiently having maxmum points as possible. Can u please reccommend me one such library for that?
Second i am facing problem in displaying floating point number (i,e real numbers) on 16x2 LCD. Can u help me out for commands in C for that?