Commit 12bf17f
committed
Fix Serial Write
In order to guarantee the width of the start bit in a serial transfer we
need ot make sure that we are waiting for the correct amount of time.
Since the timer is already started we have no guarantee of the current
count value and therefore should add an initial wait.1 parent 9c16bcd commit 12bf17f
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
| |||
0 commit comments