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
2d72fe8518
nrf5/modules: Updating ubluepy module header usage example. Correcting enum for UUID types to start index from 1. Expanding advertisment data structure to also include service list members.
2017-02-12 15:14:41 +01:00
..
modubluepy.c
nrf5/modules: Adding characteristic class to ubluepy globals table.
2017-02-11 14:35:00 +01:00
modubluepy.h
nrf5/modules: Updating ubluepy module header usage example. Correcting enum for UUID types to start index from 1. Expanding advertisment data structure to also include service list members.
2017-02-12 15:14:41 +01:00
ubluepy_characteristic.c
nrf5/modules: Updating ubluepy characteristic implementation.
2017-02-11 14:21:05 +01:00
ubluepy_peripheral.c
nrf5/modules: Updating ubluepy peripheral class to use mp_const_none instead of MP_OBJ_NULL for unset values in advertisment method parameter list. Adding extraction of the service list in the advertisment method. The list is not yet handled.
2017-02-12 14:23:13 +01:00
ubluepy_service.c
nrf5/modules: Adding function function to add characteristics to the ubluepy service. Enable function in service's local dict table.
2017-02-11 16:04:48 +01:00
ubluepy_uuid.c
nrf5/modules: Updating ubluepy with more implementation in UUID and Service. Adding function in bluetooth le driver which adds services to the bluetooth stack. Making service take UUID object and Service type (primary/secondary) as constructor parameter in Service class.
2017-02-10 21:09:03 +01:00