@@ -15,7 +15,7 @@ Unify basic APIs so that all units can be handled in the same way.
1515### Unified connections and communications
1616Each unit's external library requires its own communication functions and assumptions.
1717Unify prerequisites and communication methods.
18- In the future, we plan to work with [ M5HAL (Hardware Abstraction Layer)] ( https://github.com/m5stack/M5HAL ) to unified communicatation with each unit.
18+ In the future, we plan to work with [ M5HAL (Hardware Abstraction Layer)] ( https://github.com/m5stack/M5HAL ) to unified communication with each unit.
1919
2020### Unified Licensing
2121External library licenses for each unit are mixed.
@@ -29,19 +29,19 @@ The library is registered with the library manager.
2929
30301 . Using library manager and select the library of the unit you want to use (e.g. M5Unit-GESTURE)
3131
32- Dependent M5UnitUnfied related libraries will be downloaded automatically.
32+ Dependent M5UnitUnified related libraries will be downloaded automatically.
3333
3434### PlatformIO
35351 . Write lib\_ deps settings to platformio.ini
3636``` ini
3737lib_deps = m5stack/M5Unit-foo ; Unit to be used
3838```
39- Dependent M5UnitUnfied related libraries will be downloaded automatically.
39+ Dependent M5UnitUnified related libraries will be downloaded automatically.
4040
4141
4242## How to use
4343
44- See also examples for each unit repositry too.
44+ See also examples for each unit repository too.
4545
4646### UnitComponent with UnitUnified (Standard usage)
4747
@@ -282,15 +282,12 @@ void loop() {
282282}
283283```
284284
285- - Nonstandard usage
286- - [ To update the unit yourself usage example] ( examples/Basic/SelfUpdate )
287- - [ Using only unit component without UnitUnified manager] ( examples/Basic/ComponentOnly )
288285
289286## Supported things
290287### Supported frameworks
291288- Arduino
292289
293- Support ESP-IDF with M5HAL in the future .
290+ In the future, all connections will be made through M5HAL, eliminating the need to use Wire class etc. directly .
294291
295292### Supported connection
296293- I2C with TwoWire class
@@ -304,8 +301,7 @@ Support ESP-IDF with M5HAL in the future.
304301See also [ Wiki] ( https://github.com/m5stack/M5UnitUnified/wiki/ )
305302
306303## Examples
307- For exampless of each unit, please refer to the respective unit's repository.
308- [ The examples in this repository] ( examples/Basic ) are for M5UnitUnified in general
304+ For examples, please refer to each unit's repository (e.g. M5Unit-ENV, M5Unit-HEART, etc.).
309305
310306## Doxygen document
311307
0 commit comments