File tree 4 files changed +13
-1
lines changed
4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ This repository comprises the following parts.
33
33
# 2. Version and installation of uasyncio
34
34
35
35
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
37
37
requires firmware dated 22nd Feb 2018 or later. Use of the stream I/O mechanism
38
38
requires firmware after 17th June 2018.
39
39
Original file line number Diff line number Diff line change @@ -171,6 +171,18 @@ A data logging application might tolerate latencies of many seconds while
171
171
waiting for a long delay to expire: getting close to ` ib ` may be practicable
172
172
for such applications during their waiting period.
173
173
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
+
174
186
# 4. The rtc_time module
175
187
176
188
This provides the following.
You can’t perform that action at this time.
0 commit comments