oss-slu / Pi4Micronaut

A java library combining Micronaut and Pi4j to streamline hardware connectivity to Raspberry Pi's
https://oss-slu.github.io/Pi4Micronaut/
Apache License 2.0
8 stars 7 forks source link

Add documentation for 4-digit 7-segment display #282

Closed leandrumartin closed 2 weeks ago

leandrumartin commented 3 weeks ago

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 to FourDigitSevenSegmentDisplayController.java, application.yml, FourDigitSevenSegmentDisplayHelper.java, and FourDigitSevenSegmentDisplayHelperTest.java.