controls-kt/controls-pi
2024-06-17 17:49:12 +03:00
..
api Update readme and API 2024-03-04 15:58:53 +03:00
src/jvmMain/kotlin/space/kscience/controls/pi make device stop suspended to properly await for lifecycle event. 2024-05-10 11:33:00 +03:00
build.gradle.kts make device stop suspended to properly await for lifecycle event. 2024-05-10 11:33:00 +03:00
README.md update device-collective readme 2024-06-17 17:49:12 +03:00

Module controls-pi

Utils to work with controls-kt on Raspberry pi

Usage

Artifact:

The Maven coordinates of this project are space.kscience:controls-pi:0.4.0-dev-4.

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:controls-pi:0.4.0-dev-4")
}