Exemplo n.º 1
0
 def test_direction_readback(self):
     GPIO.setup("CSID6", GPIO.IN)
     direction = GPIO.gpio_function("CSID6")
     assert direction == GPIO.IN
 def test_direction_readback(self):
     GPIO.setup("CSID6", GPIO.IN)
     direction = GPIO.gpio_function("CSID6")
     assert direction == GPIO.IN