Skip to content

Add names to pins in 'Device Configuration' #8

@Cirromulus

Description

@Cirromulus

If the device sets a name, use this as identifier after Pin ID for easier access.
i.e.

struct PinDesc {
	Dir dir;
	std::string name;
	DeviceRow row;
	DeviceIndex index;
};

Also, an indication of the intended direction would be a nice info.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions