summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/Scanner.h
AgeCommit message (Collapse)Author
2019-08-29rename bleio module to _bleioDan Halbert
2019-07-16Address review comments.Dan Halbert
2019-06-22getting Scanner to workDan Halbert
2019-06-18Don't operate directly on bleio objects in shared-bindings: use common_halDan Halbert
routines instead. Changes made but not yet tested.
2019-05-23Scanner working, but not very first timeDan Halbert
2019-05-17WIPDan Halbert
2018-10-21nrf: Cleanup of the ble driverarturo182
Moved the functions to classes that they belong to.
2018-10-21bleio: Move the Scanner class to a shared modulearturo182