From ad6d5d0b9b8c2acc0415b540829329d42c601a9e Mon Sep 17 00:00:00 2001 From: Mike Causer Date: Sat, 2 Mar 2024 15:08:03 +1100 Subject: [PATCH] Add micropython-hexdump --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 139e6020..88f72d13 100644 --- a/readme.md +++ b/readme.md @@ -27,6 +27,7 @@ A curated list of awesome MicroPython libraries, frameworks, software and resour * [Storage](#storage) * [Threading](#threading) * [User Interface](#user-interface) + * [Utilities](#utilities) * [Community](#community) * [Tutorials](#tutorials) * [Books](#books) @@ -1085,6 +1086,10 @@ Other places you can look for MicroPython Libraries: * [upymenu](https://github.com/jplattel/upymenu) - MicroPython Menu for LCD Displays. +### Utilities + +* [micropython-hexdump](https://github.com/mattytrentini/micropython-hexdump) - An implementation of Hexdump for MicroPython. + ## Community * [MicroPython Discussions on GitHub](https://github.com/orgs/micropython/discussions) - GitHub discussions for all things related to MicroPython.