Blinking LED using a Kotlin Native program running...
# embedded-kotlin
n
Blinking LED using a Kotlin Native program running on the Debix Infinity SBC 🎉. Took ages to figure out which GPIO pin number to use, which isn't obvious ( GPIO documentation: https://www.debix.io/Document/manual_info/id/5/q/gpio.html#b117 ; key hidden info in blog post: https://www.debix.io/Software/blog_info/id/60.html ; subtle info is in the Use of GPIO section ).
K 4
🚀 4
p
that's one small blink for the LED, one giant blink of hope for mankind
K 2
😁 1
❀ 1
m
@Piotr KrzemiƄski You're right; only a few people can truly appreciate the significance of that first blinking LED.
p
as a former embedded engineer, I deeply identify with this feeling!
@napperley any further progress on controlling more peripherals from Kotlin?