This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
nrf5
/
modules
/
ubluepy
History
Glenn Ruben Bakke
f5324060cc
nrf5/modules: Correcting event id numbers for connect and disconnect event in ubluepy_constants.py
2017-02-18 13:07:00 +01:00
..
modubluepy.c
nrf5/modules: Adding constants class to ubluepy which will contain easy access to common bluetooth le numbers and definitions for the bluetooth stack.
2017-02-18 00:11:10 +01:00
modubluepy.h
nrf5/modules: Shuffle order of typedef in ubluepy header. Adding service pointer in characteristic object. Adding peripheral pointer to the service structure. When populated, the characteristic would get access to conn_handle and service handle through pointers. Also service would get access to peripheral instance.
2017-02-18 01:19:43 +01:00
ubluepy_characteristic.c
nrf5/modules: adding template functions for characteristic read and write.
2017-02-18 01:17:57 +01:00
ubluepy_constants.c
nrf5/modules: Correcting event id numbers for connect and disconnect event in ubluepy_constants.py
2017-02-18 13:07:00 +01:00
ubluepy_delegate.c
nrf5/modules: Splitting includes to be inside or outside of the compile guard in ubluepy. This way, all micropython specific includes will be outside, and internal will be inside. This way, there will not be any dependency towards ubluepy headers if not compiled in.
2017-02-15 19:33:11 +01:00
ubluepy_peripheral.c
nrf5: Updating all includes of softdevice.h to ble_drv.h
2017-02-17 19:10:24 +01:00
ubluepy_service.c
nrf5: Updating all includes of softdevice.h to ble_drv.h
2017-02-17 19:10:24 +01:00
ubluepy_uuid.c
nrf5: Updating all includes of softdevice.h to ble_drv.h
2017-02-17 19:10:24 +01:00