118 Commits

Author SHA1 Message Date
sakabin 2c038fc08f Add M5.IMU support 2019-09-02 17:22:02 +08:00
sakabin ec6039ffda Add png draw example 2019-08-30 17:35:41 +08:00
sakabin f9953af750 Add power api, Set battery charging init in M5.Power.begin()
1. Reduce  battery charging current to 650ma
2. Set battery charging voltage to 4.2v
2019-08-29 14:31:06 +08:00
Gitshaoxiang 026dbb7065 change laser file name (#181) 2019-08-06 10:48:28 +08:00
Joey Babcock 27f25f243d Grammatical edits for clarity (#180) 2019-07-23 09:12:40 +08:00
Shasha Liu 90e8cc0b37 add LASER example 2019-07-04 20:34:17 +08:00
sakabin 3727ac9a03 Add jpg bmp spiffs lcd draw example 2019-07-02 10:54:45 +08:00
Asuki Kono 86bc4fa88d Remove settin wakeup button from poserOFF example 2019-06-23 00:07:12 +09:00
Asuki Kono f1b313c380 Use powerOFF on powerOFF example 2019-06-22 12:51:32 +09:00
sakabin 102fd66554 Fix W5500 example, reduce PlatformIO warning 2019-06-21 20:00:50 +08:00
Asuki Kono a729ee70f9 Update poser off example for new api. 2019-06-21 11:46:51 +09:00
lin-zi-jun 2100d59099 add GOPlus Modules and HEX、RS485 Unit 2019-06-13 15:49:49 +08:00
lin-zi-jun 709f5a71eb add StepMotor Module,Fix Fingerprint. 2019-06-11 18:24:35 +08:00
linzijun 756fa6b857 add PM2.5 (#168)
* HX711 Add set 128  or 64 gains

* Add TFT_Terminal. Ino USB_Host_Shield_Library_2. 0. Rar

* Adapt unit module display

* add PM2.5 module ,fix lorawan restart,NEOFLASH Time offset to zero
2019-06-11 17:05:59 +08:00
linzijun 9a3acb781c add COMMU Encode JoyStick LoraWan SIM800L USB LEGO+ (#165)
* add COMMU Encode JoyStick LoraWan  SIM800L USB   LEGO+

* Add  ANGLE BUTTON CardKB  Dual_Button  Fingerprint    GPS  HEART

IR   NEOFLASH  NEOPIXEL  PaHUB  PbHUB  PIR  uint.

* Add some notes, fix some bug
2019-05-29 09:41:49 +08:00
Joey Babcock da00a486ee Spelling corrections (#161) 2019-05-06 09:28:43 +08:00
nao 317f2a2f4f Add:power related functions (#160)
* Addition: Shutdown time setting
* Add a function to change the time setting register
* Add maximum time (64s) setting at initialization
 (If you prefer short time settings, set them yourself after initialization)

* Add : powerOFF function

* Fix : Adjusted function name
*setLowCurrentShutdownTime -> setLowPowerShutdownTime
*SleepTime -> ShutdownTime
*SLEEP_xxS -> SHUTDOWN_xxS

Add : powerOFF function

* fix:Detailed setting of wakeup factor
If you set the wakeup time, it will be reflected incorrectly even when it is not needed.

* modify : Exclude functions that don't work properly
*setLowPowerShutdown() -> Add attribute
*setKeepLightLoad() -> Add attribute

* add : add Link
*Add a reference to the official document

* Modify sleep.ino comment
2019-05-05 15:36:14 +08:00
sakabin 7b2c8ded7e Fix sleep example
remove M5.Power.setKeepLightLoad()
2019-04-30 11:27:25 +08:00
lovyan03 7bed35c3e9 Update to TFT_eSPI latest version 1.4.8 (2019/04/15) and SMOOTH_FONT extension enabled. 2019-04-26 16:39:38 +09:00
Mori Naoyuki 24caf60851 Add lightSleep mode / upgrade deepSleep mode
-lightSleep-
*add function for LCD wakeup on LCD class
*add function for lightSleep on Power class

-deepSleep-
*add specification : re-startup time can be specified on deepSleep

-utillity-
*add function :you can get a reason for startup
 isResetbyWatchdog(),isResetbyDeepsleep(),isResetbySoftware(),isResetbyPowerSW();

-other-
*add attribution: deprecated function (because moved to Power class.)
  M5.setPowerBoostKeepOn(),M5.setWakeupButton(),M5.powerOFF()
*add sample scketch for sleep.
2019-03-23 18:52:08 +09:00
Joey Babcock 36672a8c11 Made text less confusing for beginners
I added some grammatical fixes and better explanations so that the text is less confusing
2019-01-27 13:48:51 -08:00
LiHuashen a6094ac6d3 Update Serial2.ino 2019-01-22 17:24:05 +08:00
LiHuashen 6b71dde1ba Revert "Revert "Merge branch 'master' of https://github.com/m5stack/M5Stack""
This reverts commit 774945df03.
2019-01-22 17:12:32 +08:00
LiHuashen 774945df03 Revert "Merge branch 'master' of https://github.com/m5stack/M5Stack"
This reverts commit 6bb8ab5f89, reversing
changes made to cc4a16bcfb.
2019-01-22 17:11:54 +08:00
LiHuashen 6bb8ab5f89 Merge branch 'master' of https://github.com/m5stack/M5Stack 2019-01-22 17:10:36 +08:00