Published
Edited
Apr 20, 2020
2 forks
3 stars
Insert cell
md`
# bit-field

Is a little JS [library](https://github.com/drom/bitfield) that renders Bit Field diagrams

${bf([
{name: "IPO", bits: 8, attr: "RO" },
{ bits: 7 },
{name: "BRK", bits: 5, attr: "RW" },
{name: "CPK", bits: 1 },
{name: "Clear", bits: 3 },
{ bits: 8 }
])}

`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more