Lines Matching refs:cmd
118 cmd = 'gpio status -a'
119 response = ubman.run_command(cmd)
143 cmd = 'gpio set ' + gpio_pin_adr
144 response = ubman.run_command(cmd)
167 cmd = 'gpio clear ' + gpio_pin_adr
168 response = ubman.run_command(cmd)
191 cmd = 'gpio set ' + gpio_pin_adr
192 response = ubman.run_command(cmd)
196 cmd = 'gpio toggle ' + gpio_pin_adr
197 response = ubman.run_command(cmd)
219 cmd = 'gpio input ' + gpio_pin_adr
220 response = ubman.run_command(cmd)
229 cmd = 'gpio input ' + gpio_pin_adr
230 response = ubman.run_command(cmd)