Search found 5 matches

by Bostjan21
24 Jul 2010 10:51
Forum: mikroC PRO for PIC General
Topic: Help plese! with code or internal osc config. pic16f88
Replies: 1
Views: 977

Help plese! with code or internal osc config. pic16f88

Hello Im a begginer in pic16f88 So i wrote a shor code for my pic. I dont know what is wron. the code or Internal oscilator configuration so i need HELP plese :( Code void main() { OSCCON = 0x60; PORTB = 0x00; TRISB = 0x00; while(1) { PORTB.B1 = 1; PORTB.B2 = 0; PORTB.B0 = 1; } } Thanks for reply I ...
by Bostjan21
30 Oct 2008 07:36
Forum: mikroC General
Topic: How to display a variable on GLCD
Replies: 5
Views: 2762

Hello Stil dont work :(. Is this code correct or something incorect. char text[25]; unsigned an_vr8; int napetost; void main() { Spi1_Init(); Spi_Glcd_Init(); Spi_Glcd_Fill(0); Spi_Glcd_Write_Text("Citanje analogne vr.", 2, 1, 1); Spi_Glcd_Write_Text("ter izracun napetosti", 2, 2, 1); Delay_ms(10000...
by Bostjan21
29 Oct 2008 08:03
Forum: mikroC General
Topic: How to display a variable on GLCD
Replies: 5
Views: 2762

How to display a variable on GLCD

Hello Im new in c programing , and Ihave a question. How to write a variable on GLCD. If I would like to write a value from ADC chanel on GLCD. Here I have a code for reading adc chanel, but how then displayed it on GLCD unsigned an_vh8; void main() { Spi1_Init(); Spi_Glcd_Init(); Spi_Glcd_Fill(0); ...
by Bostjan21
17 Oct 2008 13:05
Forum: mikroC for dsPIC30/33 and PIC24 Wish List
Topic: Quadrature Encoder Interface (QEI)
Replies: 0
Views: 4002

Quadrature Encoder Interface (QEI)

Hello

It would be great that you add a library for this module!
by Bostjan21
17 Oct 2008 13:03
Forum: mikroC Wish List
Topic: Quadrature Encoder Interface
Replies: 0
Views: 2463

Quadrature Encoder Interface

Hello

It would be great that you add a library for this module!

Go to advanced search