Skip to content

alter-ego/kudoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages