clock_mhz

Post your requests and ideas on the future development of mikroPascal.
Post Reply
Author
Message
rspadim
Posts: 140
Joined: 19 Jul 2006 08:56
Location: brazil

clock_mhz

#1 Post by rspadim » 13 Aug 2006 15:28

have any other way to get clock mhz with out clock_khz()*1000 ??? (inline function) to avoid multiplication and ROM utilization?

billdrum
Posts: 51
Joined: 19 Apr 2006 03:13
Location: Zephyr,TX

#2 Post by billdrum » 13 Aug 2006 19:10

CLock_khz()*1000 will give you clock hz. Clock_khz div 1000 will give you clock in mhz. exp 4,000,000hz, 4,000khz, 4mhz.

rspadim
Posts: 140
Joined: 19 Jul 2006 08:56
Location: brazil

#3 Post by rspadim » 14 Aug 2006 21:24

and clock_hz???

Post Reply

Return to “mikroPascal Wish List”