Files
M5Stack/docs/getting_started_ja.md
T
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

6.0 KiB
Raw Blame History

M5Stack Library

English | 中文 | 日本語

M5Stack Core のライブラリへようこそ

1. 始めよう

M5Stackの開発環境を構築しよう

1.MacOS環境

https://docs.m5stack.com/#/ja/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS

2.Windows環境

https://docs.m5stack.com/#/ja/quick_start/m5core/m5stack_core_get_started_Arduino_Windows

2. プログラム例

https://github.com/m5stack/M5Stack/tree/master/examples

3. 関数リファレンス(API仕様)

https://github.com/m5stack/M5Stack/blob/master/src/M5Stack.h#L19

https://docs.m5stack.com/#/ja/api

4. ハードウェア仕様

I/Oインタフェイス

M5Coreは複数のバリエーションがあります。違いは こちら

LCD & SDカード

LCD 解像度: 320x240

ESP32 ChipGPIO23GPIO19GPIO18GPIO14GPIO27GPIO33GPIO32GPIO4
ILI9341/MISOCLKCSDCRSTBL
SD CardMOSIMISOCLK CS

ボタン & スピーカー

ESP32 ChipGPIO39GPIO38GPIO37GPIO25
ボタンAボタンBボタンCボタン
スピーカー Speaker Pin

GROVE A

ESP32 ChipGPIO22GPIO21
GROVE ASCLSDA

M-バス

image

5. 素晴らしい応用例

ノート: