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-10 11:57:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd31a829fbf926bc9d304fd91e802ebcc16c66fa
firmware
/
src
/
nrf52
/
NRF52Bluetooth.h
10 lines
90 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
(
)
;
add NRF52 BLE example code
2020-04-23 18:02:28 -07:00
}
;
Reference in New Issue
Copy Permalink