Skip to content

Commit

Permalink
Update setup-procedure.md
Browse files Browse the repository at this point in the history
fixed a small typo
  • Loading branch information
Jaqster authored Oct 26, 2023
1 parent b0fc343 commit 8b8d129
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/courses/ucp-science/spoon-race/setup-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ Notice in the micro:bit simulator, you can start to see simulated data. Click th

![Simulator with logged data](/static/courses/ucp-science/spoon-race/simulator.png)

Now that we are collecting accelerometer data, we need a way to start and stop data collection. To do this, we will use a flag. A flag is a Boolean variable - meaning, that it can only hold true or false.

values. You can think of a flag as a light switch - it is either on or off. Software developers often use feature flags to enable or disable certain features in a product.
Now that we are collecting accelerometer data, we need a way to start and stop data collection. To do this, we will use a flag. A flag is a Boolean variable - meaning, that it can only hold true or false values. You can think of a flag as a light switch - it is either on or off. Software developers often use feature flags to enable or disable certain features in a product.

* From the ``||input:Input||`` category, drag two ``||input:on button pressed||`` blocks onto the workspace.
* In one of the ``||input:on button pressed||`` blocks, click on the drop-down menu to change to button B.
Expand Down Expand Up @@ -231,4 +229,4 @@ NEXT: Resources

```package
datalogger
```
```

0 comments on commit 8b8d129

Please sign in to comment.