Teacher Tool: Add Max Count for Microbit Criteria (#5621)

This commit is contained in:
Thomas Sparks 2024-04-29 09:52:39 -07:00 коммит произвёл GitHub
Родитель 7ec6147464
Коммит ff84259e19
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -5,14 +5,16 @@
"use": "output_to_led_display",
"template": "Outputs to the LED display",
"description": "Uses at least one block that lights up LEDs",
"docPath": "/teachertool"
"docPath": "/teachertool",
"maxCount": 1
},
{
"id": "C57344FC-B915-4ACB-A070-67F8FFC18B4B",
"use": "read_gpio_pin",
"template": "Read a GPIO pin",
"description": "Read input from one or more of the microbit GPIO pins.",
"docPath": "/teachertool"
"docPath": "/teachertool",
"maxCount": 1
},
{
"id": "18C44CC4-497F-45EC-90FA-CE7DB117AD03",