--[[ rem Read USB @title L:Read USB @param a Wait @default 5 ]] wait = a * 100 print("Read not null from USB") print("Started...") repeat repeat power = get_usb_power() until power > 0 print("usb: "..power) sleep(wait) until is_key("set") == true