LED Blink pic16f84a

here is the mikroC code :void main() { PORTB = 0; TRISB = 0; while (1) { PORTB = ~PORTB; Delay_ms(100); } }andpin4 ---> vccpin5 ---> gndpin9 ---> led+resistor(470 ohm)pin14 --->vccpin15 & pin16 ---> crystal + 20pf capacitor [Read More]
Tags: PIC

how to run your webcam

SkypeGo to main menu, System, Preferences, Menus: Applications, Internet, Items: Skype, Properties, and replace the Command withbash -c 'LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype'
Tags: Linux

Timer

This is a simple timer for whom are busy with downloading files all day long and they want to control everything automaticallyDownload