Pradyumna
Pradyumna

Reputation: 167

finding hfe using 8051

I am trying to find hfe value of a transistor, I am taking inputs from ADC's ported to the microcontroller,Now i need to code division in 8051 the formulae will be

V1*10/V2 

Can someone help me in coding this because V1*10 will be a WORD with msb in B and lsb in a.

Upvotes: 0

Views: 70

Answers (1)

SomeWittyUsername
SomeWittyUsername

Reputation: 18368

Divide by V2 and multiply by 10 after that.

Upvotes: 0

Related Questions