Skip to content

Commit 75d8bd4

Browse files
committed
Add current waveform images.
1 parent 22dfb1b commit 75d8bd4

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This repository comprises the following parts.
3333
# 2. Version and installation of uasyncio
3434

3535
The documentation and code in this repository assume `uasyncio` version
36-
2.0, which is the version on PyPi and in the official micropython-lib. This
36+
2.0.x, which is the version on PyPi and in the official micropython-lib. This
3737
requires firmware dated 22nd Feb 2018 or later. Use of the stream I/O mechanism
3838
requires firmware after 17th June 2018.
3939

lowpower/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,18 @@ A data logging application might tolerate latencies of many seconds while
171171
waiting for a long delay to expire: getting close to `ib` may be practicable
172172
for such applications during their waiting period.
173173

174+
### 3.2.3 Current waveforms
175+
176+
Running `lpdemo.py` while it waits for a button press with latency = 200ms.
177+
Vertical 20mA/div
178+
Horizontal 50ms/div
179+
![Image](./lowpower.png)
180+
181+
Vertical 20mA/div
182+
Horizontal 500μs/div
183+
![Image](./lowpower1.png)
184+
185+
174186
# 4. The rtc_time module
175187

176188
This provides the following.

lowpower/current.png

9.56 KB
Loading

lowpower/current1.png

10.4 KB
Loading

0 commit comments

Comments
 (0)