The documentation for the 4-digit 7-segment display component was added in fourDigitSevenSegment.adoc along with appropriate diagrams. The documentation describes necssary components, assembly instructions, functionality, how to test it, and troubleshooting.
The functionality description specifies what values are allowed as input to the display. The assembly instructions are partially stubbed out for now.
The changes here also include changes merged from the branch adding the 4-digit 7-segment display, pi4micronaut-44. These changes are to FourDigitSevenSegmentDisplayController.java, application.yml, FourDigitSevenSegmentDisplayHelper.java, and FourDigitSevenSegmentDisplayHelperTest.java.
Resolves #277.
The documentation for the 4-digit 7-segment display component was added in
fourDigitSevenSegment.adoc
along with appropriate diagrams. The documentation describes necssary components, assembly instructions, functionality, how to test it, and troubleshooting.The functionality description specifies what values are allowed as input to the display. The assembly instructions are partially stubbed out for now.
The changes here also include changes merged from the branch adding the 4-digit 7-segment display,
pi4micronaut-44
. These changes are toFourDigitSevenSegmentDisplayController.java
,application.yml
,FourDigitSevenSegmentDisplayHelper.java
, andFourDigitSevenSegmentDisplayHelperTest.java
.