<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Leon S.</title>
    <description>The latest articles on DEV Community by Leon S. (@esistleon).</description>
    <link>https://dev.to/esistleon</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3729566%2Ff1c27b0f-72ef-47ef-a6fa-ed0abe8733d4.jpeg</url>
      <title>DEV Community: Leon S.</title>
      <link>https://dev.to/esistleon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/esistleon"/>
    <language>en</language>
    <item>
      <title>https://github.com/es-ist-leon/BitBound</title>
      <dc:creator>Leon S.</dc:creator>
      <pubDate>Sat, 24 Jan 2026 05:47:58 +0000</pubDate>
      <link>https://dev.to/esistleon/httpsgithubcomes-ist-leonbitbound-2oog</link>
      <guid>https://dev.to/esistleon/httpsgithubcomes-ist-leonbitbound-2oog</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/esistleon" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3729566%2Ff1c27b0f-72ef-47ef-a6fa-ed0abe8733d4.jpeg" alt="esistleon"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/esistleon/i-built-a-library-that-makes-micropython-feel-like-a-web-framework-looking-for-feedback-352k" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;I built a library that makes MicroPython feel like a web framework – looking for feedback&lt;/h2&gt;
      &lt;h3&gt;Leon S. ・ Jan 24&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#python&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#micropython&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#esp32&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;



&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://github.com/es-ist-leon/BitBound" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fopengraph.githubassets.com%2Fadfa72e26ea29ed1859483c89f49094b2f4c750061de8a9f3546c0a1b2750f47%2Fes-ist-leon%2FBitBound" height="600" class="m-0" width="1200"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://github.com/es-ist-leon/BitBound" rel="noopener noreferrer" class="c-link"&gt;
            GitHub - es-ist-leon/BitBound: BitBound is a Python library that simplifies embedded/IoT development by abstracting hardware with a declarative  API
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            BitBound is a Python library that simplifies embedded/IoT development by abstracting hardware with a declarative  API - es-ist-leon/BitBound
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.githubassets.com%2Ffavicons%2Ffavicon.svg" width="32" height="32"&gt;
          github.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>python</category>
      <category>micropython</category>
      <category>esp32</category>
    </item>
    <item>
      <title>I built a library that makes MicroPython feel like a web framework – looking for feedback</title>
      <dc:creator>Leon S.</dc:creator>
      <pubDate>Sat, 24 Jan 2026 05:45:29 +0000</pubDate>
      <link>https://dev.to/esistleon/i-built-a-library-that-makes-micropython-feel-like-a-web-framework-looking-for-feedback-352k</link>
      <guid>https://dev.to/esistleon/i-built-a-library-that-makes-micropython-feel-like-a-web-framework-looking-for-feedback-352k</guid>
      <description>&lt;p&gt;Hey! I got tired of writing low-level register code for sensors, so I made a declarative&lt;br&gt;
   abstraction layer.&lt;/p&gt;

&lt;p&gt;Instead of bit-shifting I2C data, you write:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; sensor = hardware.attach("I2C", type="BME280")
 sensor.on_threshold("temperature &amp;gt; 25°C", lambda e: fan.on())
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;It's called BitBound, available on PyPI. Supports 20+ devices, runs in simulation mode for desktop&lt;br&gt;
   testing.&lt;/p&gt;

&lt;p&gt;Happy to share the link if anyone's interested – just comment below!&lt;/p&gt;

&lt;p&gt;What sensors/actuators would you want supported?&lt;/p&gt;

</description>
      <category>python</category>
      <category>micropython</category>
      <category>esp32</category>
    </item>
  </channel>
</rss>
