From 439aa92c6feeb9a3435dfb390987b5fc9798109d Mon Sep 17 00:00:00 2001
From: Quentin Bolsee <quentinbolsee@hotmail.com>
Date: Tue, 27 Dec 2022 19:27:58 -0500
Subject: [PATCH] titles

---
 README.md    | 2 +-
 py/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 101465f..e7f5c4c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Ring oscillator with RP2040 PIO, MicroPython implementation
+# Ring oscillator with RP2040 PIO
 
 This is a demonstration of the RP2040's PIO system, which let you run several state machines independently of the CPU. There's exactly 0 overhead and the state machines run a custom assembly language with simplified instructions.
 
diff --git a/py/README.md b/py/README.md
index e66bb8f..8e9dfd1 100644
--- a/py/README.md
+++ b/py/README.md
@@ -1,4 +1,4 @@
-# Ring oscillator with RP2040 PIO, C implementation
+# Ring oscillator with RP2040 PIO, MicroPython implementation
 
 Here is a MicroPython implementation of using the RP2040's PIO system for a [ring oscillator](https://pub.pages.cba.mit.edu/ring/). The PIO asm is a one liner:
 
-- 
GitLab