quiz update

This commit is contained in:
Michael Elliot Braun
2016-03-29 11:57:50 -07:00
parent a471c2cb1a
commit c43088c099
12 changed files with 141 additions and 46 deletions

View File

@ -14,7 +14,11 @@ It's a method that runs code when the user holds the GND pin with a finger of on
Create a condition for `on pin pressed (P0)`.
![](/static/mb/blocks/lessons/love-meter-0.jpg)
```blocks
input.onPinPressed(TouchPin.P0, () => {
})
```
## 3. What does this line of code doing?