Search found 8 matches

by thinkpositivex23
01 Feb 2011 10:10
Forum: mikroC General
Topic: display xx.xx
Replies: 5
Views: 2399

Re: display xx.xx

thanks :D for your advise...

i already done my code...and its work fine....

thanks & regards
by thinkpositivex23
31 Jan 2011 10:10
Forum: mikroC General
Topic: display xx.xx
Replies: 5
Views: 2399

Re: display xx.xx

owh...like that....thanks..

fyi i use PIC16F876A...

i already look about sprintf()

but i not much understand about how to write this code...
can you show to me....
thanks...
by thinkpositivex23
30 Jan 2011 17:34
Forum: mikroC General
Topic: display xx.xx
Replies: 5
Views: 2399

display xx.xx

hello... i write a codding to make a volt meter... i use LM35 and want to disply at LCD char *text = "testing..."; float blinkc ; char txt[18]; float temp; void main() { ADCON1 = 0x80; // TRISA = 0b111111; // Lcd_Init(&PORTC); // Initialize LCD connected to PORTB Lcd_Cmd(Lcd_CLEAR); // Clear display...
by thinkpositivex23
13 Oct 2010 08:33
Forum: mikroC General
Topic: two adc_read problem
Replies: 2
Views: 1435

Re: two adc_read problem

sorry...my mistake...

i've change the coding
if ( TGSsens >= 205 && TGSsens < 52)
{
PortB.F6=1; // then RB6 will turn On

}

with
if ( TGSsens >= 52 && TGSsens < 205)
{
PortB.F6=1; // then RB6 will turn On

}

and its work as i expect...

thank a lot...
by thinkpositivex23
13 Oct 2010 04:08
Forum: mikroC General
Topic: two adc_read problem
Replies: 2
Views: 1435

two adc_read problem

hello.... sorry i'm beginner in make a coding i want to make two adc read by follow this coding int TGSsens; // set variable name 'TGSsens' as TGS2600 sensor value int temp = 0; // set variable name 'temp' as temperature value void main() { ADCON0 = 0xFF; TRISA = 0b11111111; // initialize Port A as ...
by thinkpositivex23
12 Oct 2010 17:59
Forum: mikroC General
Topic: two adc_read problem
Replies: 0
Views: 851

two adc_read problem

hello.... sorry i'm beginner in make a coding i want to make two adc read by follow this coding int TGSsens; // set variable name 'TGSsens' as TGS2600 sensor value int temp = 0; // set variable name 'temp' as temperature value void main() { ADCON0 = 0xFF; TRISA = 0b11111111; // initialize Port A as ...
by thinkpositivex23
12 Oct 2010 17:35
Forum: mikroC PRO for PIC General
Topic: two adc_read problem
Replies: 1
Views: 1296

two adc_read problem

hello.... sorry i'm beginner in make a coding i want to make two adc read by follow this coding int TGSsens; // set variable name 'TGSsens' as TGS2600 sensor value int temp = 0; // set variable name 'temp' as temperature value void main() { ADCON0 = 0xFF; TRISA = 0b11111111; // initialize Port A as ...
by thinkpositivex23
31 May 2010 09:31
Forum: mikroC General
Topic: need help..spi eeprom using 93LC76C
Replies: 2
Views: 2135

need help..spi eeprom using 93LC76C

i want to combine eeprom and spi together but did't found i want to know, can 93LC76C ICs EEPROM work with spi? i try to search about this topic at another forum but, this don't have this topic... can i use microC Library in this topic?? here, is a shematic of this circuit.. http://img228.imageshack...

Go to advanced search