gattlib/gattlib-py
Chris Thornton efc656ca52 Use c_ubyte for byte array casts
This prevents having to do the explicit & 0xff, and avoids generating an
error when calling .read() (which didn't have the bitmask)
2020-04-07 11:48:54 +02:00
..
examples gattlib: Introduce helper function to select Eddystone devices 2019-07-15 18:04:11 +02:00
gattlib Use c_ubyte for byte array casts 2020-04-07 11:48:54 +02:00
README.md gattlib-py: Introduce 'setup.py' 2019-08-05 13:33:11 +02:00
TODO.md Initial Python support 2019-07-07 22:17:49 +02:00
setup.py gattlib-py: Introduce 'setup.py' 2019-08-05 13:33:11 +02:00

README.md

gattlib-py is a wrapper for gattlib library.