Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

uiflow micropython project

License

NotificationsYou must be signed in to change notification settings

m5stack/uiflow-micropython

Repository files navigation

How to build

Setting up ESP-IDF and the build environment

mkdir uiflow_workspace&&cd uiflow_workspacegit clone --depth 1 --branch v5.4.2 https://github.com/espressif/esp-idf.gitgit -C esp-idf submodule update --init --recursive./esp-idf/install.sh. ./esp-idf/export.sh

Building the firmware

git clone https://github.com/m5stack/uiflow_micropythoncd uiflow_micropython/m5stackmake submodulesmake patchmake littlefsmake mpy-crossmake flash_all

The default board build the M5STACK_AtomS3 one, You can use themake BOARD=<board> pack_all command to specify different development boards for compilation. More BOARD type definitions are located in them5stack/boards path.

More command support, you can check theMakefile.

Documentation

API documentation for this library can be found onRead the Docs.

License

  • micropython Copyright (c) 2013-2023 Damien P. George and licensed under MIT License.
  • umqtt Copyright (c) 2013-2014 micropython-lib contributors and licensed under MIT License.
  • urequests Copyright (c) 2013-2014 micropython-lib contributors and licensed under MIT License.
  • ir Copyright (c) 2020 Peter Hinch and licensed under MIT License.
  • neopixel Copyright (c) 2013-2014 micropython-lib contributors and licensed under MIT License.
  • bh1750fvi Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
  • bmp280 Copyright (c) 2020 Sebastian Wicki and licensed under MIT License.
  • checksum Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
  • dht12 Copyright (c) 2020 Sebastian Wicki and licensed under MIT License.
  • pcf8563 Copyright (c) 2020 Sebastian Wicki and licensed under MIT License.
  • qmp6988 Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
  • scd40 Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
  • sgp30 Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
  • sht4x Copyright (c) 2021 ladyada for Adafruit and licensed under MIT License.
  • vl53l0x Copyright (c) 2017 Tony DiCola for Adafruit Industries and licensed under MIT License.
  • camera Copyright (c) 2021 Mauro Riva and licensed under Apache License Version 2.0.
  • haptic Copyright (c) 2022 lbuque and licensed under MIT License.

About

uiflow micropython project

Resources

License

Stars

Watchers

Forks

Contributors19


[8]ページ先頭

©2009-2025 Movatter.jp