https://github.com/uetchy/m5stack-navicompass
M5Stack Navicompass.
https://github.com/uetchy/m5stack-navicompass
Last synced: about 2 months ago
JSON representation
M5Stack Navicompass.
- Host: GitHub
- URL: https://github.com/uetchy/m5stack-navicompass
- Owner: uetchy
- License: other
- Created: 2018-11-19T14:35:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T07:10:14.000Z (over 7 years ago)
- Last Synced: 2025-01-02T02:43:54.891Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# M5Stack Navicompass
## Pre-requisite
- M5Stack Gray (MPU9250 included)
- MicroPython
## Upload program
```
export AMPY_PORT=/dev/tty.SLAB_USBtoUART
ampy put micropyGPS.py
ampy put main.py
```