Embedded
Microprocessor-based hardware system with software designed to perform a specific function, often real-time.
Details
Plangs
| Name | Description |
|---|---|
| Arduino | platform for creating interactive electronics projects, using a C/C++-based language. |
| Assembly | Low-level programming language closely aligned with machine code instructions. |
| Bash | Shell and command language supported by the Free Software Foundation. |
| C | General-purpose language foundational in systems and application programming. |
| CircuitPython | Maintained by Adafruit, simplifies Python for microcontroller applications and is implemented in C. |
| Forth | Stack-oriented programming language known for its flexibility, efficiency, and use in embedded systems. |
| Free Pascal | Pascal compiler supporting multiple architectures and dialects. |
| Luau | Lua subset developed by Roblox for game scripting with gradual typing. |
| MicroPython | Subset of Python 3 tailored for microcontrollers. |
| mruby | Lightweight Ruby interpreter designed for embeddability. |