/jotai

Simple finite state machine for the FIRST Tech Challenge robotics competition

Primary LanguageKotlin

jotai

What is it?SampleInstallusage

🤷‍️ What is it?

Jotai makes finite state machines easy.

⚙️ Sample

📦 Install

Release

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.NoahBres:jotai:1.0.3'
}

🔨 Usage