@@ -101,18 +101,37 @@ Support ESP-IDF with M5HAL in the future.
101101
102102Support GPIO, UART in the future.
103103
104- ### Supported core device (Operation confirmed)
105-
106- - M5Stack Core (BASIC / GRAY / FIRE)
107- - M5Stack Core2
108- - M5Stick CPlus
109- - M5Paper
110- - M5Stack CoreS3 CoreS3SE
111- - M5ATOMS3
112- - M5STAMPS3
113- - M5Dial
114- - M5Capsule
115- - M5NanoC6
104+ ### Supported devices (Operation confirmed)
105+ See also https://docs.m5stack.com/en/products
106+
107+ - CORE
108+ - [ BASIC] ( https://docs.m5stack.com/en/core/basic )
109+ - [ 2.6] ( https://docs.m5stack.com/en/core/BASIC%20v2.6 )
110+ - [ GRAY] ( https://docs.m5stack.com/en/core/gray )
111+ - [ Core2] ( https://docs.m5stack.com/en/core/core2 )
112+ - [For AWS](https://docs.m5stack.com/en/core/core2_for_aws)
113+ - [v.1.1](https://docs.m5stack.com/en/core/Core2%20v1.1)
114+ - [CoreS3](https://docs.m5stack.com/en/core/CoreS3)
115+ - [CoreS3 SE](https://docs.m5stack.com/en/core/M5CoreS3%20SE)
116+ - [FIRE](https://docs.m5stack.com/en/core/fire)
117+ - [v2.6](https://docs.m5stack.com/en/core/fire_v2.6)
118+ - [M5Dial](https://docs.m5stack.com/en/core/M5Dial)
119+ - [M5Capsule](https://docs.m5stack.com/en/core/M5Capsule)
120+ - [M5DinMeter](https://docs.m5stack.com/en/core/M5DinMeter)
121+ - [M5NanoC6](https://docs.m5stack.com/en/core/M5NanoC6)
122+ - STICK
123+ - [ M5Stick CPlus] ( https://docs.m5stack.com/en/core/m5stickc_plus )
124+ - [ M5Stick CPlus2] ( https://docs.m5stack.com/en/core/M5StickC%20PLUS2 )
125+ - ATOM
126+ - [ ATOM Matrix] ( https://docs.m5stack.com/en/core/ATOM%20Matrix )
127+ - [ AtomS3] ( https://docs.m5stack.com/en/core/AtomS3 )
128+ - [ AtomS3R] ( https://docs.m5stack.com/en/core/AtomS3R )
129+ - [ AtomS3R Cam] ( https://docs.m5stack.com/en/core/AtomS3R%20Cam )
130+ - STAMP
131+ - [ StampS3] ( https://docs.m5stack.com/en/core/StampS3 )
132+ - E-PAPER
133+ - [ CORE.INK] ( https://docs.m5stack.com/en/core/coreink )
134+ - [ M5PAPER] ( https://docs.m5stack.com/en/core/m5paper )
116135
117136Other devices will be added after confirmation of operation.
118137
@@ -124,7 +143,7 @@ Other devices will be added after confirmation of operation.
124143 - UnitCO2
125144 - UnitENVIII
126145 - UnitTVOC
127- - UnitENVPro (There are a few problems)
146+ - UnitENVPro
128147- [ M5Unit-METER] ( https://github.com/m5stack/M5Unit-METER )
129148 - UnitAmeter
130149 - UnitVmeter
@@ -135,15 +154,23 @@ Other devices will be added after confirmation of operation.
135154 - UnitGESTURE
136155- [ M5Unit-HEART] ( https://github.com/m5stack/M5Unit-HEART )
137156 - UnitHEART
157+ - [ M5Unit-TOF] ( https://github.com/m5stack/M5Unit-TOF )
158+ - UnitToF
159+ - UnitToF4M
160+ - [ M5Unit-WEIGHT] ( https://github.com/m5stack/M5Unit-WEIGHT )
161+ - UnitWeightI2C
138162
139163Other units will be added after they are developed and tested.
140164
141165## Examples
142166For exampless of each unit, please refer to the respective unit's repository.
143- The examples in this repository are for M5UnitUnified in general
167+ [ The examples in this repository] ( examples/Basic ) are for M5UnitUnified in general
144168
145169
146170## Doxygen document
171+
172+ [ GitHub Pages] ( https://m5stack.github.io/M5UnitUnified/ )
173+
147174If you want to generate documents on your local machine, execute the following command
148175
149176```
0 commit comments