changed ... on summary

This commit is contained in:
Nils Schulte 2020-06-18 08:43:14 +02:00
parent b78e4cd4e1
commit 630e1f7d3c
6 changed files with 7 additions and 8 deletions

View File

@ -2,9 +2,8 @@
title: "Dabbling with micropython"
date: 2019-11-18T12:10:00+01:00
draft: false
summary: i wanted to know what all that fuss is about so i fianlly put micropython on the ESP32 ...
summary: Whats is all that fuss about? micropython on the ESP32 ...
---
[micropython](https://micropython.org/) is python for microcontroller. When i first heard about it i wasn't really sure what to think about it as python is a really high level language and now that should run on a microcontroller ? no way, that has to be a slow mess...
Turns out its not :D

View File

@ -2,7 +2,7 @@
title: "Upload script for uPython"
date: 2020-03-16T14:00:00+01:00
draft: false
summary: more on micropython
summary: More on micropython ...
---
My university exams for this semester are mostly done by now. And with all the corona-virus-measures the new semester doesn't start for another month. Hopefully I will finish some of those procrastinated projects of mine ;)

View File

@ -2,7 +2,7 @@
title: "Big shiny arcade buttons"
date: 2019-11-05T08:20:43+01:00
draft: false
summary: Adding buttons to my "smart desk"
summary: Adding buttons to my "smart desk" ...
images: [/static/img/buttons-anim.gif, /static/img/buttons-aus.jpg, /static/img/buttons-switches-marked.jpg]
---
Last [post]({{< ref "/posts/desk-automation.md" >}}) i teased the next upgrade of my smart desk project which are some big arcade buttons to control the light even when my network is down. Well...

View File

@ -2,7 +2,7 @@
title: "Automating my desk lamp"
date: 2019-10-28T21:11:15+02:00
draft: false
summary: Let the computer turn on the lamp...
summary: Let the computer turn on the lamp ...
images: [/static/img/lamp-relay-esp.png]
---
Automation makes the life easier. At least that's what it should do...

View File

@ -2,7 +2,7 @@
title: "Hello, World!"
date: 2019-10-26T21:11:15+02:00
draft: false
summary: Does the world need another blog ? Yes!...
summary: Does the world need another blog ? Yes! ...
images:
---

View File

@ -1,8 +1,8 @@
---
title: "Building a animated RGB-LED Thingy"
title: "Building a animated RGB-LED thingy"
date: 2019-12-01T16:53:22+01:00
draft: false
summary: "quick and dirty diy-christmas present(s)"
summary: "Quick and dirty diy-christmas present(s) ..."
images: ["/static/img/led-cricle-rainbow.png"]
---