Introducing Swift Action Delegate pattern Part 2

Here you find the Part 1 of this article.

A while ago I wrote an article which introduced what I called Swift Action Delegate pattern. It is an attempt to write less boilerplate code while implementing delegation for…


Using Swift to control the Raspberry Pi GPIO pins and turn an LED on

Here we are with a Raspberry Pi with Raspbian and Swift 3.0 installed. Now we can actually do something with it. Like flashing an unsexy LED. But hey, we have to start from somewhere…


Installing Swift 3.0 preview on a Raspberry Pi 2/3 with Raspbian

We’re halfway trough our journey of controlling electric circuits and hardware with Swift and a Raspberry Pi. If you missed anything, here lie the answers to your questions.