diff options
| author | arturo182 <arturo182@tlen.pl> | 2018-07-19 20:33:24 +0200 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2018-10-21 15:50:45 +0200 |
| commit | 3bd65fbae5d0150139c0ffd4cf02f8c9f547bbf5 (patch) | |
| tree | 755b3ad140647d5f3dc6f9ec64c8cfa7e150f8ee /shared-bindings/bleio/ScanEntry.c | |
| parent | bda734223e75382be048d47fa9331afd7e9cfdce (diff) | |
nrf: Move the Peripheral class to bleio as Device
This was the last class from ubluepy and so that module is now gone.
The Device class offers both Peripheral and Central functionality.
See the inline docs for more info.
Diffstat (limited to 'shared-bindings/bleio/ScanEntry.c')
| -rw-r--r-- | shared-bindings/bleio/ScanEntry.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shared-bindings/bleio/ScanEntry.c b/shared-bindings/bleio/ScanEntry.c index e38a08909..2eed24cd8 100644 --- a/shared-bindings/bleio/ScanEntry.c +++ b/shared-bindings/bleio/ScanEntry.c @@ -32,9 +32,10 @@ #include "py/objstr.h" #include "py/objtuple.h" #include "shared-bindings/bleio/Address.h" -#include "shared-module/bleio/AdvertisementData.h" -#include "shared-bindings/bleio/UUID.h" #include "shared-bindings/bleio/ScanEntry.h" +#include "shared-bindings/bleio/UUID.h" +#include "shared-module/bleio/AdvertisementData.h" +#include "shared-module/bleio/ScanEntry.h" //| .. currentmodule:: bleio //| |
