Fix category for the 'forever' block in 'Plot Acceleration' (#5756)
* fix category for 'forever' block * throw in this update for SUMMARY
This commit is contained in:
Родитель
12b7dcbc75
Коммит
ad5eb9bbd8
|
@ -137,7 +137,7 @@
|
||||||
* [micro:bit Data and Sustainability](https://mrmorrison.co.uk/microbit/datasustainability/)
|
* [micro:bit Data and Sustainability](https://mrmorrison.co.uk/microbit/datasustainability/)
|
||||||
* [First Steps](https://microbit.org/get-started/first-steps/introduction/)
|
* [First Steps](https://microbit.org/get-started/first-steps/introduction/)
|
||||||
* [Make it: code it](https://microbit.org/projects/make-it-code-it/)
|
* [Make it: code it](https://microbit.org/projects/make-it-code-it/)
|
||||||
* [Networking with the micro:bit](https://microbit.nominetresearch.uk/)
|
* [Networking with the micro:bit](https://www.digitaltechnologieshub.edu.au/search/networking-with-the-micro-bit/)
|
||||||
* [SparkFun Videos](https://youtu.be/kaNtg1HGXbY?list=PLBcrWxTa5CS0mWJrytvii8aG5KUqMXvSk)
|
* [SparkFun Videos](https://youtu.be/kaNtg1HGXbY?list=PLBcrWxTa5CS0mWJrytvii8aG5KUqMXvSk)
|
||||||
* [Logic Lab](/courses/logic-lab)
|
* [Logic Lab](/courses/logic-lab)
|
||||||
* [CodeJoy Remote Robotics](https://www.codejoyeducation.com)
|
* [CodeJoy Remote Robotics](https://www.codejoyeducation.com)
|
||||||
|
|
|
@ -37,7 +37,7 @@ basic.forever(function() {
|
||||||
|
|
||||||
## Other sensors
|
## Other sensors
|
||||||
|
|
||||||
You can use this block for pretty much any kind of data. Try it out! Plot the ``||input:light level||`` inside the ``||loops:forever||`` instead. Play with the light sensor in the simulator.
|
You can use this block for pretty much any kind of data. Try it out! Plot the ``||input:light level||`` inside the ``||basic:forever||`` instead. Play with the light sensor in the simulator.
|
||||||
|
|
||||||
```blocks
|
```blocks
|
||||||
basic.forever(function() {
|
basic.forever(function() {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче