Skip to content

Commit 85ca690

Browse files
committed
indentation-fix
1 parent a50e5e7 commit 85ca690

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

joss-paper/paper.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ By combining the Micronaut framework, which is well-suited for building modular
6868
hardware components through Java.
6969

7070
Key functionalities include:
71+
7172
- Running Micronaut applications directly on Raspberry Pi
7273
- Interacting with GPIO-based sensors and actuators using pre-built interfaces
7374
- Supporting real-time data collection and analysis for research purposes
@@ -83,8 +84,9 @@ A [check-in system](https://github.com/oss-slu/SLU_OSS_CheckIn) and a simple [se
8384
# Usage
8485

8586
To start using Pi4Micronaut, follow these steps:
87+
8688
1. Create a [Micronaut Application](https://micronaut.io/launch/).
87-
2. Add the Pi4Micronaut library (`implementation 'io.github.oss-slu:pi4micronaut-utils:v1.0'`) and any required dependencies.
89+
2. Add the Pi4Micronaut library (`implementation 'io.github.oss-slu:pi4micronaut-utils:v1.1'`) and any required dependencies.
8890
3. Set up the electronic components (e.g., sensors) on a Raspberry Pi GPIO extension board.
8991
4. Configure the components in the `application.yml` file for easy setup and integration.
9092
5. Setup and use the APIs to control and interact with the hardware components from your Micronaut application.
@@ -93,6 +95,7 @@ To start using Pi4Micronaut, follow these steps:
9395
# Supported Components
9496

9597
Pi4Micronaut currently supports a wide range of sensors and actuators, including:
98+
9699
- Push Button
97100
- Slide Switch
98101
- Tilt Switch

0 commit comments

Comments
 (0)