Skip to content

Commit d6a57e0

Browse files
committed
fixed formatting
1 parent 450b019 commit d6a57e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ It provides two variants:
2828
the UART peripheral. You should verify it runs at an acceptable frequency, by
2929
either studying the datasheet & the hal code or using a logic analyzer. An
3030
fx2 based one, commonly available under $10 works great for this.
31+
3132
- If the first led is always on, no matter what data you put in, your spi is
3233
probably not setting the mosi line to low on idle (You can check with a multimeter).
3334
It may also be a timing issue with the first bit being sent, this is the case
@@ -41,7 +42,7 @@ It provides two variants:
4142
- Is everything white? This may stem from an spi peripheral that's too slow or
4243
one that takes too much time in-between bytes
4344

44-
- are you using the `--release` compiler flag?
45+
- Are you using the `--release` compiler flag?
4546

4647
The timing of each byte passed over SPI is very sensitive, and running code compiled
4748
without full optimizations can throw off your timing. Always use either `--release`

0 commit comments

Comments
 (0)