This website requires JavaScript.
Explore
Help
Sign In
pohui_pohui
/
firmware
Watch
1
Star
0
Fork
0
You've already forked firmware
mirror of
https://github.com/meshtastic/firmware.git
synced
2025-02-03 11:19:58 +00:00
Code
Issues
Actions
6
Packages
Projects
Releases
Wiki
Activity
bf695a5f36
firmware
/
src
/
nrf52
/
NRF52Bluetooth.h
10 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
add NRF52 BLE example code
2020-04-24 01:02:28 +00:00
#
pragma once
class
NRF52Bluetooth
{
public
:
void
setup
(
)
;
begin deep sleep support for nrf52
2020-10-30 09:05:32 +00:00
void
shutdown
(
)
;
add NRF52 BLE example code
2020-04-24 01:02:28 +00:00
}
;
Reference in New Issue
Copy Permalink