NordicSemiconductor / pc-ble-driver-py

Python bindings for the ble-driver library
Other
126 stars 115 forks source link

Load swig provided module, not ctypes #76

Closed kenr closed 5 years ago

kenr commented 5 years ago

Previously the module loaded pc-ble-driver with ctypes and in addition to loading through the binding.

This commit changes the import of the binding to the one provided by SWIG and no ctypes loading of pc-ble-driver is necessary.