Target=kids so removing all 'Important Security Considerations' for now.

This commit is contained in:
Ron Hale-Evans
2016-05-31 12:06:03 -07:00
parent f9409b5fb5
commit a9cfe83bdf
3 changed files with 0 additions and 36 deletions

View File

@ -2,18 +2,6 @@
Registers code to run when a packet is received over ``radio``.
## Important Security Consideration
The functions in the ``radio`` namespace allow the BBC micro:bit to communicate with other micro:bits.
This API does not contain any form of encryption, authentication or authorization. It's purpose is solely for use as a teaching aid to demonstrate how simple communications operates, and to provide a sandpit through which learning can take place.
For serious applications, BLE should be considered a substantially more secure alternative.
```sig
radio.onDataReceived(() => {})
```
### Parameters
* body - is an action