From 5db1db5ca5f0862ce989c2e6ef2a77ab4f0f2b31 Mon Sep 17 00:00:00 2001 From: Kevin Eales Date: Mon, 22 Aug 2022 07:24:00 -0400 Subject: [PATCH] Create README.md Added minimal readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..70a9ca8 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# MicroPyMAVlink +MAVLink extentions for micropython + +This is a bare-bones initial release... More to come soon.