Added eddystone example
This commit is contained in:
14
docs/examples/eddystone-beacon.md
Normal file
14
docs/examples/eddystone-beacon.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Eddystone Beacon
|
||||
|
||||
```blocks
|
||||
led.enable(false)
|
||||
bluetooth.advertiseUrl(
|
||||
"https://makecode.com",
|
||||
7,
|
||||
false
|
||||
)
|
||||
```
|
||||
|
||||
```package
|
||||
device
|
||||
```
|
Reference in New Issue
Block a user