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
2fd55feb0c
nrf5/modules: Guarding callback to python event handler before issue the call in case it is not set.
2017-02-16 18:49:47 +01:00
..
modubluepy.c
nrf5/modules: Adding ubluepy delegate type to modubluepy globals table.
2017-02-15 00:18:32 +01:00
modubluepy.h
nrf5/modules: Updating ubluepy example to turn led2 on and off when receiving connected and disconnect bluetooth event.
2017-02-15 23:58:23 +01:00
ubluepy_characteristic.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_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/modules: Guarding callback to python event handler before issue the call in case it is not set.
2017-02-16 18:49:47 +01:00
ubluepy_service.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_uuid.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