APIdou - Python communication with APIdou
========================================================================
This module based on PyGATT (by Chris Peplin) makes easier to communicate
over BLE with APIdou, the connected plush (www.apidou.fr).
Example code :
```python
from apidou import APIdou
# create an APIdou object using gatttool and a given MAC address
device = APIdou("linux", "AA:BB:CC:DD:EE:FF")
device.connect()
device.setVibration(True)
time.sleep(0.1)
device.setVibration(False)
device.disconnect()
```
More examples on the [other repository](https://github.com/iadjedj/APIdouExamples/tree/master/python)
========================================================================
This module based on PyGATT (by Chris Peplin) makes easier to communicate
over BLE with APIdou, the connected plush (www.apidou.fr).
Example code :
```python
from apidou import APIdou
# create an APIdou object using gatttool and a given MAC address
device = APIdou("linux", "AA:BB:CC:DD:EE:FF")
device.connect()
device.setVibration(True)
time.sleep(0.1)
device.setVibration(False)
device.disconnect()
```
More examples on the [other repository](https://github.com/iadjedj/APIdouExamples/tree/master/python)
Release files for apidou 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| apidou-0.2.2.tar.gz | 4.1 kB | Details |
Release files / apidou-0.2.2.tar.gz
| Download URL | apidou-0.2.2.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
11e70e46a99140658da3acb1cab15dafe61b5ffdb20240cade5ecda9bc48b1a3
|
|
BLAKE2b-256 checksum How to use checksums |
05bfdb91d4efbb0937e75145d596fe1fe60bfb0a83453d8ef44af1b858a7a268
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |