mirror of
https://github.com/m5stack/M5Stack.git
synced 2026-05-20 10:06:46 -07:00
13674bfcae
* clean : integrate I2C communication functions. *I2C integrate (power.cpp + MPU9250.cpp) -> move to CommUtil.cpp (Cadd CommUtil class.) *add debug flag for I2C communication (if use, defined I2C_DEBUG_TO_SERIAL in CommUtil.cpp) *cleanup some comment and cords.(power.h) Add :get a input key for M5Stack Faces *add M5Faces.cpp and M5Faces class. * Correction of rewriting mistakes * Fix : refactoring code. Modified to follow Arduino style guide as much as possible *indent : 2spaces /tab *format : UTF-8 *return : LF * clean : integrate code format * clean : integrate code format *miss indent * fix : replace to slash from '\' ( for multi-environment) * fix: *MPU9250.cpp : Correct the error of comment mark *Sprite.cpp : Fixed the problem that the number of parentheses does not match due to the pre-processing condition * fix : Refactoring mistake: number of parentheses did not match