quiz update
This commit is contained in:
@ -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)`.
|
||||
|
||||

|
||||
```blocks
|
||||
input.onPinPressed(TouchPin.P0, () => {
|
||||
|
||||
})
|
||||
```
|
||||
|
||||
## 3. What does this line of code doing?
|
||||
|
||||
|
Reference in New Issue
Block a user