https://github.com/mcauser/micropython-mip-test1
https://github.com/mcauser/micropython-mip-test1
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcauser/micropython-mip-test1
- Owner: mcauser
- Created: 2023-07-10T12:16:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T15:34:53.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T11:27:53.351Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```