You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given:
A Seven Segment Display is connected to the Raspberry Pi.
When:
Data is sent to the display.
Then:
The display shows the appropriate numeric or character value based on the input.
Component Functionality:
This component will allow the Pi4Micronaut project to display numbers and characters on a single-digit seven-segment display for various monitoring and control purposes.
Developer Notes:
Draw the circuit setup for hardware connections: Show how the seven-segment display connects to GPIO pins on the Raspberry Pi.
Develop functionality to control the segments: Create a SevenSegmentDisplayHelper.java class that allows setting individual segments or numbers.
Implement methods to display numbers and characters: Support numbers (0-9) and some characters.
Configure GPIO pins appropriately: Ensure compatibility with different seven-segment displays (e.g., common cathode or common anode).
Create an example controller in componets folder to clearly demonstate the working of helper class.
Create a YAML configuration file for display settings: Add fields like name, address, commonType, provider.
Provide code comments for each function to develop documentation.
Acceptance Criteria:
Functionality to control the seven-segment display: Should support showing numbers and characters.
Component defined in YAML file with:
name
bus
device
Schematic diagram accurately depicts the wiring for the seven-segment display.
Controller Implementation in components folder
Code comments provided for each functionality for documentation purposes.
The text was updated successfully, but these errors were encountered:
Given:
A Seven Segment Display is connected to the Raspberry Pi.
When:
Data is sent to the display.
Then:
The display shows the appropriate numeric or character value based on the input.
Component Functionality:
This component will allow the Pi4Micronaut project to display numbers and characters on a single-digit seven-segment display for various monitoring and control purposes.
Developer Notes:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: