MBSP

Microcontroller Board Support Package

User Tools

Site Tools


digital_output_group

This is an old revision of the document!


Table of Contents

digital_output group

This group contains all digital output signals.

Each signal is a sub group with the signal name as the group name.

    "digital_output": {
        "green_led": {
            "type": "push pull"
            "pad": "PA3"
        }
    }

type

defines what type of output mode should be used. Type can be:

  • push pull
  • open drain

type: enum

default: push pull

pad

defines the chip pad that the signal should be output on.

type: string

default: no default possible

invert

If this setting is set to “on” then turning this output “on” will generate a Low (Gnd) signal. Turning it “off” will generate a High (Vcc) level.

If this setting is set to “off” (=default) then turning this output “on” will generate a High (Vcc) signal. Turning it “off” will generate a Low (Gnd) level.

type: string

default: “off”

digital_output_group.1755408848.txt.gz · Last modified: by lars