This commit is contained in:
Peli de Halleux 2017-09-18 13:26:50 -07:00
Родитель bd530d16ec
Коммит 2d98025426
3 изменённых файлов: 5 добавлений и 1 удалений

Двоичные данные
assets/microbitradiocar.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 3.2 MiB

Просмотреть файл

@ -2,6 +2,8 @@
![Controller modules]({{site.baseurl}}/assets/controller.jpg)
A **controller** module has integrate behavior to relate **inputs** to **outputs**. A controller may be built out of simple electronic components and/or microcontrollers.
Microcontrollers are tiny computers that receive and generate electrical currents. They can be used to control motors, lights and sounds.
Some microcontrollers have built-in sensors and buttons which makes even easier to integrate them in your project.
We will use microcontrollers supported by https://makecode.com in this guide but there are many others out there.
@ -12,6 +14,6 @@ Microcontrollers interact with other electronic devices via their _pins_ using _
Without proper protection, it is really easy to accidently destroy the board by plugging the wrong cables or pulling too much current.
Any pin connected to a terminal should be properly protected.
## Boards
## Micro-controllers
* [micro:bit]({{site.baseurl}}/modules/controller/microbit)

Просмотреть файл

@ -1,5 +1,7 @@
# micro:bit
![A radio-controlled micro:bit car](https://j.gifs.com/KOKQoR.gif)
A [micro:bit](https://makecode.microbit.org) is a small computer, called _microcontroller_,
that can interact with other electronic devices. Aside from the onboard screen, sensors and radio capabilities, the micro:bit can control LEDs, servos or motor controllers via large hole connector on the bottom. The micro:bit is easily programmed with a [kid frienly code editor](https://makecode.microbit.org).