This website requires JavaScript.
Explore
Help
Register
Sign In
rbxii3
/
firmware
Watch
1
Star
0
Fork
0
You've already forked firmware
mirror of
https://github.com/meshtastic/firmware.git
synced
2026-01-23 18:27:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd720f2fe6728e8055db0830e8b93a6fc34b96aa
firmware
/
src
/
platform
/
nrf52
/
NRF52Bluetooth.h
11 lines
113 B
C
Raw
Normal View
History
Unescape
Escape
add NRF52 BLE example code
2020-04-23 18:02:28 -07:00
#
pragma once
class
NRF52Bluetooth
{
public
:
void
setup
(
)
;
begin deep sleep support for nrf52
2020-10-30 17:05:32 +08:00
void
shutdown
(
)
;
Clear bluetooth bonds on multi-press and factory_reset (#1176) * Clear bluetooth bonds on multi-press and factory_reset
2022-02-01 18:32:26 -06:00
void
clearBonds
(
)
;
add NRF52 BLE example code
2020-04-23 18:02:28 -07:00
}
;
Reference in New Issue
Copy Permalink