diff --git a/readme.md b/readme.md index 139e602..88f72d1 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.