walidamriou / M5StickC_Platformio_Template

Project template to start programming M5StickC ESP32 with PlatformIO IDE and ESP-IDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M5StickC_Platformio_Template

Project template to start programming M5StickC ESP32 with PlatformIO IDE and ESP-IDF

development

  • In your app_main() put this two lines:
M5Init();
i2sInit();
  • To active AXP192 circuit and other modules.

  • Update the wire.c by

conf.clk_flags = 0;    // update to fix

This project based: https://github.com/m5stack/M5StickC-IDF

If you need any help or information:

🔵 Facebook: https://www.facebook.com/walidamriou
🔵 Twitter: https://twitter.com/walidamriou
🔵 Linkedin: https://www.linkedin.com/in/walidamriou
🔴 Email: contact [at] walidamriou [dot] com

Copyright CC 2020 Walid Amriou

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

You are free to:

  • Share copy and redistribute the material in any medium or format

Under the following terms:

  • Attribution You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

  • NonCommercial You may not use the material for commercial purposes.

  • NoDerivatives If you remix, transform, or build upon the material, you may not distribute the modified material.

  • No additional restrictions You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

the software or Code or Scripts or any files in this source is provided "as is" and the author disclaims all warranties with regard to this files including all implied warranties of merchantability and fitness. in no event shall the author be liable for any special, direct, indirect, or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with the use or performance of this software or code or scripts or any files in this source.

About

Project template to start programming M5StickC ESP32 with PlatformIO IDE and ESP-IDF


Languages

Language:C 99.9%Language:CMake 0.1%