Skip to content

Commit 0531f38

Browse files
authored
Update README.md
1 parent fec0a3e commit 0531f38

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ The M5Stack library provides access to the built-in hardware of the M5Stack Bas
1414

1515
To use the M5Stack library, `#include "M5Stack.h"` must appear at the top of your sketch.
1616

17-
The most productive way to become acquainted with the class is through the numerous included examples.
17+
The most productive way to become acquainted with the class is through the numerous included examples. Additional documentation within this library:
18+
- [docs/Power_capabilities.md](docs/Power_capabilities.md)
1819

1920
Additional optional include files:
2021
- `M5Faces.h` for access to M5Stack Faces accessories (EOL)
@@ -24,7 +25,7 @@ Additional optional include files:
2425

2526
* **Hardware documentation for [Gray v1.0 (EOL)](https://docs.m5stack.com/en/core/gray)**
2627

27-
* **Hardware documentation for [Basic v1.0 (EOL)](https://docs.m5stack.com/en/core/basic) [Basic v2.6 (EOL)](https://docs.m5stack.com/en/core/basic_v2.6) [Basic v2.7](https://docs.m5stack.com/en/core/basic_v2.7)**
28+
* **Hardware documentation for [Basic v1.0 (EOL)](https://docs.m5stack.com/en/core/basic) [Basic v2.6 (EOL)](https://docs.m5stack.com/en/core/basic_v2.6) [Basic v2.7](https://docs.m5stack.com/en/core/basic_v2.7)**. The version number may be printed on the main circuit board next to the SD card slot.
2829

2930
* **[Buy Basic](https://shop.m5stack.com/products/esp32-basic-core-iot-development-kit-v2-7)**
3031

@@ -58,15 +59,13 @@ Additional optional include files:
5859

5960
* [M5ez](https://github.com/M5ez/M5ez) - The easy way to program on the M5Stack
6061

61-
6262
* [M5Stack MultiApp Advanced](https://github.com/botofancalin/M5Stack-MultiApp-Advanced) - A M5Stack firmware made on PlatformIO
6363

64-
6564
* [M5Stack ESP32 Oscilloscope](https://github.com/botofancalin/M5Stack-ESP32-Oscilloscope) - A fully functional oscilloscope based on ESP32 M5Stack
6665

6766
* [M5Stack-Avatar](https://github.com/meganetaaan/m5stack-avatar) - An M5Stack library for rendering avatar faces
6867

69-
* [M5Stack_CrackScreen](https://github.com/nomolk/M5Stack_CrackScreen) - Crack your M5Stack!!
68+
* [M5Stack_CrackScreen](https://github.com/nomolk/M5Stack_CrackScreen) - Crack your M5Stack
7069

7170
* [M5_Shuttle_Run](https://github.com/n0bisuke/M5_Shuttle_Run) - M5_Shuttle_Run
7271

@@ -86,7 +85,7 @@ Additional optional include files:
8685

8786
* [ArduinoWiFiPhotoBackup](https://github.com/moononournation/ArduinoWiFiPhotoBackup) - M5STACK Arduino WiFi Photo Backup device
8887

89-
* [M5StackHIDCtrlAltDel](https://github.com/mhama/M5StackHIDCtrlAltDel) - You can send ctrl+alt+del to your PC from M5Stack
88+
* [M5StackHIDCtrlAltDel](https://github.com/mhama/M5StackHIDCtrlAltDel) - You can send ctrl+alt+del to your PC via Bluetooth from M5Stack
9089

9190
* [M5Stack Markdown Web Server](https://github.com/PartsandCircuits/M5Stack-MarkdownWebServer) - Markdown & icons loaded from an Micro SD card/TF card to run a web page
9291

0 commit comments

Comments
 (0)