hello I have written a script to print both the get_usb_power 1 and get_usb_power 2
i just want to confirm that it is working properly, as it is printing 0's for both even when i think voltage is being given
@param v voltage
@default v 0
v = get_usb_power 2
z = get_usb_power 1
do
print v;" ";z
sleep 500
until v=7
end