Skip to content

Commit

Permalink
README: Add badge, minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Aug 11, 2024
1 parent 0597122 commit 779b340
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

![Tests](https://github.com/jonnor/micropython-npyfile/actions/workflows/tests.yml/badge.svg)

# micropython-npyfile

Support for [Numpy files (.npy)](https://numpy.org/doc/stable/reference/generated/numpy.lib.format.html) for [MicroPython](https://micropython.org/).
Expand All @@ -6,7 +9,7 @@ Simple persistence of multi-dimensional numeric array data, and interoperability
Was initially written to be used with [emlearn-micropython](https://github.com/emlearn/emlearn-micropython),
a Machine Learning and Digital Signal Processing library for MicroPython.

Features
#### Features

- Reading & writing .npy files with numeric data (see below for Limitations)
- Streaming/chunked reading & writing
Expand All @@ -24,6 +27,8 @@ For example:
mpremote mip install github:jonnor/micropython-npyfile
```

Or just copy the `npyfile.py` file to your MicroPython device.

## Usage

See the [tests](./tests)
Expand Down

0 comments on commit 779b340

Please sign in to comment.