add n and k
This commit is contained in:
@@ -31,6 +31,10 @@ def crap_to_number(num, unit, acdc):
|
||||
|
||||
if (unit[0] & 0x1):
|
||||
number_str+="µ"
|
||||
if (unit[0] & 0x2):
|
||||
number_str+="n"
|
||||
if (unit[0] & 0x4):
|
||||
number_str+="k"
|
||||
if (unit[1] & 0x1):
|
||||
number_str+="m"
|
||||
if (unit[1] & 0x2):
|
||||
|
||||
Reference in New Issue
Block a user