An open API service indexing awesome lists of open source software.

https://github.com/mcauser/micropython-mip-test1


https://github.com/mcauser/micropython-mip-test1

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# MicroPython MIP test 1

One in a series of example repos to test various mpremote mip installation patterns.

#### Install

```
$ mpremote mip install github:mcauser/micropython-mip-test1

Install github:mcauser/micropython-mip-test1
Installing github:mcauser/micropython-mip-test1/package.json to /lib
Installing: /lib/test1.py
Done
```

GitHub | Device
:---------|:-------------
/test1.py | /lib/test1.py

```
$ mpremote repl

>>> import test1
test1
```