Initial commit of junk

This commit is contained in:
Lucas Oskorep
2019-08-04 17:55:17 -05:00
parent 76ff3a5c40
commit 8484b8ef45
2 changed files with 35 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import pygatt
adapter = pygatt.BGAPIBackend()
adapter.start()
device = adapter.connect('E3:AE:CD:AF:28:E2')
print(device.char_read("64a70010-f691-4b93-a6f4-0968f5b648f8"))