Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

calculation in microC

Status
Not open for further replies.

kaarthic

Newbie level 5
Joined
May 24, 2007
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,345
arabic font on lcd with microc

i need the code for,
a (int value / flot value)

or

any format value(number) devided by any value and display in lcd

thanks a lot

S.kaArthIc
 

formatar float microc

suppose

int temp1;
float temp2,temp3;

u can use

temp2=(float)temp1/temp3;
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top