Skip to content

Commit e487b4b

Browse files
fix: Correct mathematical notation for rise time in A-device documentation
1 parent 44d5166 commit e487b4b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/docs/articles/a-devices.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,12 @@ V_{REF}=V_{LOW}+0.5(V_{HIGH}-V_{LOW}).
279279
$$
280280

281281
The finite output resistance and capacitance turn an ideal logic step into a
282-
first-order electrical transition. With an external capacitive load,
282+
first-order electrical transition. With an external capacitive load, the
283+
10%-to-90% rise time is approximately
283284

284285
$$
285-
\tau\approx R_{OUT}\(C_{OUT}+C_{LOAD}\),
286-
\qquad t_{10\%-90\%}\approx2.2\tau.
286+
\tau\approx R_{OUT}(C_{OUT}+C_{LOAD}),
287+
\qquad t_r\approx2.2\tau.
287288
$$
288289

289290
This is the physical bridge between Boolean logic and a voltage that can drive

0 commit comments

Comments
 (0)