alter-ego / kudoo

Playground for UDOO Neo and Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kudoo - Playground for UDOO Neo and Kotlin

Basic GPIO manipulation

Led setup

Led Setup

To turn ON a LED:

val pin = UdooNeoPin(33, "Led33", Direction.OUT, State.HIGH)

To turn OFF a LED:

val pin = UdooNeoPin(33, "Led33", Direction.OUT, State.LOW)

About

Playground for UDOO Neo and Kotlin

License:Apache License 2.0


Languages

Language:Kotlin 100.0%