Update LIBRARIES

Move serial ports down to hardware section.
snap7
brianharvey 2021-11-20 14:00:17 -08:00
rodzic a5f06b79f3
commit 5fd63ea8b4
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -22,10 +22,6 @@ localstorage_module.xml Database Persistent key-value storage across Snap! sessi
~ ~
~ ~
~ ~
serial_module.xml Serial Ports Connect to hardware extensions through the Web Serial API (Chromium, Chrome or Edge required)
~ ~
~ ~
~ ~
word-sentence.xml Words, sentences One of the big ideas in Logo that they left out of Scratch is thinking of text as structured into words and sentences, rather than just a string of characters. This library brings back that idea.
strings.xml Strings, Multi-line input Extract substrings of a string in various ways. In general, text inputs allow only a single line. The MULTILINE block accepts multi-line text input and can be used in text input slots of other blocks.
apl.xml APL primitives Adds features from the APL language supporting hyperblocks.
@ -36,4 +32,5 @@ make-variables.xml Create variables Create and manage global/sprite/script varia
~ ~
~ ~
~ ~
serial_module.xml Serial Ports Connect to hardware extensions through the Web Serial API (Chromium, Chrome or Edge required)
signada.xml Signada (Network remote control) Interact with MicroBlocks devices via WiFi. Requires the device to have a TFT display, two buttons and WiFi capability, as well as the Signada MicroBlocks project loaded. The Citilab ED1 and a bunch of the M5Stack boards are some of the devices that work with Signada.