Skip to content

Is writing/reading multiple bits inside a byte supported? #28

@ChrisDoernen

Description

@ChrisDoernen

We have a usecase where we need to access single bits inside the same byte, e.g.

{
  type: "BOOL",
  start: 0,
  bit: 0,
  value: true
},
{
  type: "BOOL",
  start: 0,
  bit: 2,
  value: false
},

Is that even supported because in datatypes, line 36 the formatter allocates a whole byte for the boolean dbVar.
Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions