<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" >

  <title>Erik L. Arneson — Writer and Software Developer</title>
  <subtitle>Erik L. Arneson is a freelance writer and software developer with WordPress experience. He is located in Portland, Oregon.</subtitle>
  <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator>
  <link href="https://arnesonium.com/feeds/erlang.xml" rel="self" type="application/atom+xml" />
  <link href="https://arnesonium.com/" rel="alternate" type="text/html" />
  <updated>2026-06-18T15:03:10+00:00</updated>
  <id>https://arnesonium.com/feeds/erlang.xml</id>
  <author>
    <name>Erik L. Arneson</name>
  </author>
      <entry>
        
        <title>Raspberry Pi GPIO with Erlang</title>
        <author>
          <name>Erik L. Arneson</name>
        </author>        
        <link href="https://arnesonium.com/2017/04/raspberry-pi-gpio-with-erlang/" rel="alternate" type="text/html" title="Raspberry Pi GPIO with Erlang" />
        <updated>2017-04-10T17:23:14+00:00</updated>
        <id>https://arnesonium.com/2017/04/raspberry-pi-gpio-with-erlang</id>
          <category term="erlang" />
        
          <category term="programming" />
        
          <category term="raspberry-pi" />
        <content type="html" xml:base="https://arnesonium.com/2017/04/raspberry-pi-gpio-with-erlang/">&lt;p&gt;Raspberry Pis are super cool. One of the neat things about them is that they have a ton of general purpose input/output (GPIO) pins, so you can use them to control all sorts of external devices. Unfortunately, most of the examples and applications are written in Python. I know, a lot of people really love Python, but it’s just not my cup of tea.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;Enter the &lt;a href=&quot;https://github.com/paoloo/gpio&quot; target=&quot;_blank&quot;&gt;Erlang πGPIO library&lt;/a&gt; by &lt;a href=&quot;https://paoloo.github.io/&quot; target=&quot;_blank&quot;&gt;Paolo Oliveira&lt;/a&gt;! This is a simple, straightforward library that implements the RPi GPIO stuff for Erlang. Using it, I have created an Erlang library to control a 28BYJ-48 5V stepper motor with a ULN2003 controller board.&lt;/p&gt;

&lt;p&gt;&lt;a class=&quot;button&quot; href=&quot;https://github.com/pymander/stepper&quot; target=&quot;_blank&quot;&gt;Check out the library here.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;https://www.instagram.com/p/BSp2ZdSA0cg/?taken-by=pymander&lt;/p&gt;</content>
      </entry>
    
</feed>
