mirror of
https://github.com/nopnop2002/esp-idf-mpr121.git
synced 2025-12-17 01:44:30 +03:00
Update README.md
This commit is contained in:
25
README.md
25
README.md
@@ -13,37 +13,16 @@ MPR121 Capacitive Touch switch.
|
||||
esp-idf v4.4 or later.
|
||||
This is because this version supports ESP32-C3.
|
||||
|
||||
# Installation for ESP32
|
||||
# Installation
|
||||
|
||||
```Shell
|
||||
git clone https://github.com/nopnop2002/esp-idf-mpr121
|
||||
cd esp-idf-mpr121
|
||||
idf.py set-target esp32
|
||||
idf.py set-target {esp32/esp32s2/esp32s3/esp32c3}
|
||||
idf.py menuconfig
|
||||
idf.py flash
|
||||
```
|
||||
|
||||
# Installation for ESP32-S2
|
||||
|
||||
```Shell
|
||||
git clone https://github.com/nopnop2002/esp-idf-mpr121
|
||||
cd esp-idf-mpr121
|
||||
idf.py set-target esp32s2
|
||||
idf.py menuconfig
|
||||
idf.py flash
|
||||
```
|
||||
|
||||
# Installation for ESP32-C3
|
||||
|
||||
```Shell
|
||||
git clone https://github.com/nopnop2002/esp-idf-mpr121
|
||||
cd esp-idf-mpr121
|
||||
idf.py set-target esp32c3
|
||||
idf.py menuconfig
|
||||
idf.py flash
|
||||
```
|
||||
|
||||
|
||||
# Configuration
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user