Specifications
Manuals
Brands
M5Stack Technology Manuals
Electronics
M5STAMP
1
2
3
4
5
6
7
8
9
#include
"
Blueto
othS
erial.h
"
#if
!
defined
(
CONFIG_BT_ENABLED
)
||
!
defined
(
CONFIG_BLUEDROID_ENABLED
)
#error
Blue
tooth
is
not
enabled!
Please r
un
`make
menu
config`
to
and
en
able
it
#endif
BluetoothSerial
SerialBT
;
void
setup
()
{
Serial
.
beg
in
(
115200
);
1
...
...
4
5
6
7
8
...
9