o
odin.langpkg.dev
packages / library / EmBlocks-HackED-2026

EmBlocks-HackED-2026

0e043belibrary

No description provided.

No license · updated 5 months ago

hacked26

pname is a highly abstracted IDE that uses Scratch-like blocks for embedded system development!

With pname, you can go directly from high-level abstractions to the C level, then compile to a .uf2 file.

block
columns 1
  block:development
    columns 1
    block:editor
        block_editor("Block Editor")
    end
    space
    block:output
        executable["Executable"]
    end
  end
  editor --> output
Loading

Usage

Features