sphinx fix
This commit is contained in:
parent
364ee62d10
commit
1c31cf5f6a
@ -75,7 +75,7 @@ STATIC mp_obj_t bleio_scanner_make_new(const mp_obj_type_t *type, size_t n_args,
|
|||||||
//| Must be in the range 0.0025 - 40.959375 seconds.
|
//| Must be in the range 0.0025 - 40.959375 seconds.
|
||||||
//| :param float window: the duration (in seconds) to scan a single BLE channel.
|
//| :param float window: the duration (in seconds) to scan a single BLE channel.
|
||||||
//| window must be <= interval.
|
//| window must be <= interval.
|
||||||
//| :returns: an iterable of `bleio.ScanEntry` objects
|
//| :returns: an iterable of `ScanEntry` objects
|
||||||
//| :rtype: iterable
|
//| :rtype: iterable
|
||||||
//|
|
//|
|
||||||
STATIC mp_obj_t bleio_scanner_scan(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {
|
STATIC mp_obj_t bleio_scanner_scan(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {
|
||||||
|
Loading…
Reference in New Issue
Block a user