rename micro:bit to @boardname@
This commit is contained in:
@ -20,9 +20,9 @@ led.plotBarGraph(2, 20);
|
||||
### Example: chart acceleration
|
||||
|
||||
This program shows a bar graph of the [acceleration](/reference/input/acceleration)
|
||||
in the `x` direction of the micro:bit.
|
||||
The micro:bit's `x` direction is from left to right (or right to left).
|
||||
The more you speed up moving the micro:bit in this direction,
|
||||
in the `x` direction of the @boardname@.
|
||||
The @boardname@'s `x` direction is from left to right (or right to left).
|
||||
The more you speed up moving the @boardname@ in this direction,
|
||||
the taller the lines in the bar graph will be,
|
||||
until they are as tall as the parameter `high` says they can be.
|
||||
|
||||
|
Reference in New Issue
Block a user