I want to use the below code but i don't know how to use the Log.
Any help;
adval var word
volt var word
adval = ADIn 0
adval = (adval */ 500)>>2
Volt = log(adval)
I want to use the below code but i don't know how to use the Log.
Any help;
adval var word
volt var word
adval = ADIn 0
adval = (adval */ 500)>>2
Volt = log(adval)
Which version of PBP has the LOG function in it?
http://www.picbasic.co.uk/forum/show...ight=logarithm
Bookmarks