mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-03 08:29:32 +00:00
Add tests for pigpio
This commit is contained in:
6
builder/test/test_pigpio.py
Normal file
6
builder/test/test_pigpio.py
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import pigpio
|
||||
pi = pigpio.pi()
|
||||
pi.set_mode(24, pigpio.OUTPUT)
|
||||
pi.write(24, True)
|
||||
Reference in New Issue
Block a user