tools lessons (#1218)

* tools lessons

* updated summary

* more images

* wire up images

* fixing radio send-value
This commit is contained in:
Peli de Halleux
2018-09-12 13:26:39 -07:00
committed by GitHub
parent 5dde6947d3
commit d0a40d1ae1
11 changed files with 51 additions and 26 deletions

View File

@ -32,7 +32,6 @@ Then it shows them on the LED screen.
```blocks
radio.setGroup(99)
radio.onReceivedValue(function (name, value) {
radio.onDataPacketReceived(({ name, value }) => {
basic.showString(name);
basic.showNumber(value);
});