Search found 3 matches

by tegnomicro
17 Dec 2009 14:40
Forum: mikroC PRO for PIC General
Topic: Librari's .mcl in mikroc pro.
Replies: 1
Views: 1375

Librari's .mcl in mikroc pro.

.mcl: mikro Compiled Library. Binary distribution of application that can be included in other projects.

please, how to create, install and use the librarie .mcl in mikroc pro for pic? :wink:
by tegnomicro
17 Dec 2009 01:21
Forum: mikroC PRO for PIC General
Topic: ÂżWhere is the command Bcd2Dec?
Replies: 1
Views: 1540

ÂżWhere is the command Bcd2Dec?

In the mikroc compiler 10:


Bcd2Dec
Dec2Bcd
Bcd2Dec16
Dec2Bcd16

In the mikroc pro 2010 for pic v3.2
only have: :(

Dec2Bcd
Bcd2Dec16
Dec2Bcd16

ÂżWhat happened to Bcd2Dec? :?: :cry:
by tegnomicro
24 Apr 2009 14:45
Forum: mikroC PRO for PIC General
Topic: Command Adc_read in mikroc pro no found!!
Replies: 5
Views: 8316

Command Adc_read in mikroc pro no found!!

:? Example in help for mikroc pro no compiled: unsigned int temp_res; void main() { ANSEL = 0x04; // Configure AN2 pin as analog TRISA = 0xFF; // PORTA is input ANSELH = 0; // Configure other AN pins as digital I/O TRISC = 0x3F; // Pins RC7, RC6 are outputs TRISB = 0; // PORTB is output do { temp_re...

Go to advanced search