diff options
| author | arturo182 <arturo182@tlen.pl> | 2018-07-17 11:44:55 +0200 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2018-10-21 15:43:21 +0200 |
| commit | 345334aaf13dabbbb5fbfc1778fc34ed78907f42 (patch) | |
| tree | 1e9865d95dcd042a2de86f3075c932516c6aa5c6 /shared-bindings/bleio/AddressType.c | |
| parent | d5f942a971f001d0a2fe4655f500beefe96dbd46 (diff) | |
bleio: Add a new Address class
Use the new in the Adapter singleton.
Diffstat (limited to 'shared-bindings/bleio/AddressType.c')
| -rw-r--r-- | shared-bindings/bleio/AddressType.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/bleio/AddressType.c b/shared-bindings/bleio/AddressType.c index 4aef9feed..cf2151c94 100644 --- a/shared-bindings/bleio/AddressType.c +++ b/shared-bindings/bleio/AddressType.c @@ -33,7 +33,7 @@ //| //| .. class:: bleio.AddressType //| -//| Enum-like class to define the type of a BLE address. +//| Enum-like class to define the type of a BLE address, see also `bleio.Address`. //| //| .. data:: PUBLIC //| |
