Search found 2 matches

by molec
23 Sep 2012 07:54
Forum: mikroPascal FAQ
Topic: Connections between 18F452 and WIFI CLICK PLUS
Replies: 1
Views: 2719

Connections between 18F452 and WIFI CLICK PLUS

Hi (from Tunisia), I don't own the board EasyPic7 (only Easypic5) and I wish to construct a self made board with 18F452 and WIFI CLICK PLUS. I am studying connections between µc and module wifi and I ask me: There is the wires i a have identify: Side PIC 18F452 Side WIFI CLICK PLUS 1: RA3 ----------...
by molec
17 Dec 2008 10:41
Forum: mikroBasic General
Topic: ADC_read don't work on 18F2450
Replies: 1
Views: 1387

ADC_read don't work on 18F2450

This code work: (Red del blink...) program ADC_18F2450 symbol LED_ROUGE = portc.1 dim i as word dim analogic1 as word ' Main Program Routine main: ADCON1 = 0x80 TRISA = 0xFF TRISC =0x00 LATA = 0 LED_ROUGE = 1 i=0 while true 'analogic1 = Adc_Read(1) i= i + 1 if (i > 30000) then i = 0 LED_ROUGE = 1 - ...

Go to advanced search