Giter VIP home page Giter VIP logo

m5stickc-idf's Introduction

M5stickC-IDF

	ESP-IDF component to work with M5StickC.
	inf: This item is only available for ESP IDF versions below 3.3
	Compiler Environment:esp-idf-v3.2.3

File Tree

.
├── components
│   └── m5stickc-idf
│       ├── include
│       │   ├── button.h
│       │   ├── i2smic.h
│       │   └── m5stickc.h
│       ├── util
│       │   ├── font
│       │   │   ├── DefaultFont.c
│       │   │   ├── DejaVuSans18.c
│       │   │   ├── DejaVuSans24.c
│       │   │   ├── SmallFont.c
│       │   │   ├── Ubuntu16.c
│       │   │   ├── comic24.c
│       │   │   ├── def_small.c
│       │   │   ├── default_tiny_9pt.c
│       │   │   ├── minya24.c
│       │   │   └── tooney32.c
│       │   ├── include
│       │   │   ├── AXP192.h
│       │   │   ├── MPU6886.h
│       │   │   ├── axp192_reg.h
│       │   │   ├── spi_master_lobo.h
│       │   │   ├── stmpe610.h
│       │   │   ├── tft.h
│       │   │   ├── tftspi.h
│       │   │   └── wire.h
│       │   ├── AXP192.c
│       │   ├── MPU6886.c
│       │   ├── i2smic.c
│       │   ├── spi_master_lobo.c
│       │   ├── tft.c
│       │   ├── tftspi.c
│       │   └── wire.c
│       ├── CMakeLists.txt
│       ├── LICENSE
│       ├── button.c
│       ├── component.mk
│       └── m5stickc.c
├── main
│   ├── CMakeLists.txt
│   ├── Kconfig.projbuild
│   ├── component.mk
│   └── main.c
├── CMakeLists.txt
├── Makefile
└── sdkconfig

Versions

  • Version 0.0.1 2019-10-21@Hades
    • Creat this project
    • Add LCD Device Library
    • Add Wire(I2C) Library
    • Add AXP192 Library
    • Add MPU6886 Library

  • Version 0.0.2 2019-10-22@Hades

    • Edit AXP192 Library
     float AXP192GetVinVoltage(wire_t *wire)
    • Edit main-Examples
      • Add Demo for LCD
      • Add Demo for AXP192
      • Add Demo for MPU6886
      • Add Demo for Button

  • Version 1.0.1 2019-10-23@Hades

    • remove power.c & power.h

    • remove event.c & event.h

    • remove display.c & display.h

    • Edit I2S micophone Examles

     void MicRecordTest()
    • edit m5stick.c

m5stickc-idf's People

Contributors

hades2001 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.