diff options
| author | liebman <[email protected]> | 2025-10-30 13:07:07 -0700 |
|---|---|---|
| committer | liebman <[email protected]> | 2025-11-03 12:50:41 -0800 |
| commit | 9131cbd9f2b28ff10be64162a3d55d288f27190a (patch) | |
| tree | 3d16a5587d01cb8194c2bd7981af768f771c22f6 /examples/stm32wle5/README.md | |
| parent | 5b70da2256747853ac4f866e60493241ac34bcd3 (diff) | |
examples: : stm32wlex: add i2c example
Diffstat (limited to 'examples/stm32wle5/README.md')
| -rw-r--r-- | examples/stm32wle5/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32wle5/README.md b/examples/stm32wle5/README.md index 63507f490..18c3b5071 100644 --- a/examples/stm32wle5/README.md +++ b/examples/stm32wle5/README.md | |||
| @@ -15,6 +15,7 @@ All examples will set all pins to analog mode before configuring pins for the ex | |||
| 15 | - the `adc` example will sleep in STOP1 betwen samples and the chip will only draw about 13uA while sleeping | 15 | - the `adc` example will sleep in STOP1 betwen samples and the chip will only draw about 13uA while sleeping |
| 16 | - the `blinky` example will sleep in STOP2 and the chip will only draw 1uA or less while sleeping | 16 | - the `blinky` example will sleep in STOP2 and the chip will only draw 1uA or less while sleeping |
| 17 | - the `button_exti` example will sleep in STOP2 and the chip will only draw 1uA or less while sleeping | 17 | - the `button_exti` example will sleep in STOP2 and the chip will only draw 1uA or less while sleeping |
| 18 | - the `i2c` examples will sleep in STOP1 between reads and the chip only draw about 10uA while sleeping | ||
| 18 | 19 | ||
| 19 | For each example you will need to start `defmt-print` with the example binary and the correct serial port in a seperate terminal. Example: | 20 | For each example you will need to start `defmt-print` with the example binary and the correct serial port in a seperate terminal. Example: |
| 20 | ``` | 21 | ``` |
