Quarkus - Java Embedded Framework
Describe what the extension does here.
Installation
Before installation of Quarkus extension you need to prepare your Raspberry Pi.
If you not expert in embedded development theory can be helpful
If you want to use this extension in your projects, you need to add the io.quarkiverse.jef:quarkus-java-embedded-framework
extension first.
In your pom.xml
file, add:
<dependency>
<groupId>io.quarkiverse.jef</groupId>
<artifactId>quarkus-java-embedded-framework</artifactId>
</dependency>
Extension Configuration Reference
Serial Bus
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
Enable or disable serial bus |
boolean |
|
Path to serial or USB bus like |
string |
|
Set serial bus speed to one of values described in |
enum |
|
SPI Bus
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
Enable or disable SPI bus |
boolean |
|
Path to SPI bus like |
string |
|
SPI bus speed. Please check your vendor CPU documentation for acceptable values |
integer |
|
SPI bus mode. |
|
|
Word length for byte in bus |
enum |
|
Bits ordering for bus |
|
|
I2C Bus
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
Enable or disable I2C bus |
boolean |
|
Path to I2C bus like |
string |
|
Describe is I2C 7 bits or 10 bits bus. Please check with CPU vendor documentation. |
boolean |
|
Amount of retries in bus. Default is not set and using default vendor value |
integer |
|
Timeout in bus. Default is not set and using default vendor value. |
integer |
|
GPIO
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
Enable or disable GPIOs |
boolean |
|
Path to GPIO like |
string |