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
7 stars 4 forks source link

New Branch created to solve CLA Issue #254

Closed ThomasMacas closed 1 week ago

ThomasMacas commented 1 week ago

Fixes #246

Created error handling blocks for each controller that uses LED status indication. This was changed because for the issue to be resolved the controllers that use LED status indication needed to have informational error handling. Try catch blocks were added to areas of where the controllers used LED status indication in the form of LEDHelper(ledon, ledoff). Informational error messages were added for ease of error handling as well as logging capability.

Closing old pull request "Fixes 246" due to CLA issues. Needed to create new branch and pull request to solve CLA issue that was occurring due to unregistered commits.