Skip to content

Commit

Permalink
Add some README TODO list changes and ToC link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilverman committed Feb 3, 2021
1 parent 6bc65cf commit f2df3ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Teensy LC, and Teensy 4. It follows the
3. [Transmission rate](#transmission-rate)
4. [Synchronous operation by pausing and resuming](#synchronous-operation-by-pausing-and-resuming)
5. [Choosing BREAK and MAB times](#choosing-break-and-mab-times)
1. [Specific BREAK/MAB times](#specific-break/mab-times)
1. [Specific BREAK/MAB times](#specific-breakmab-times)
1. [A note on BREAK timing](#a-note-on-break-timing)
2. [A note on MAB timing](#a-note-on-mab-timing)
2. [BREAK/MAB times using serial parameters](#break/mab-times-using-serial-parameters)
2. [BREAK/MAB times using serial parameters](#breakmab-times-using-serial-parameters)
6. [Error handling in the API](#error-handling-in-the-api)
6. [Technical notes](#technical-notes)
1. [Simultaneous transmit and receive](#simultaneous-transmit-and-receive)
Expand Down Expand Up @@ -108,9 +108,9 @@ number. The pin cannot be the same as the RX pin.
These are either in the works or ideas for subsequent versions:

1. Asynchronous responder data. Currently, the data is sent synchronously inside
the UART ISR where responders process the packet. This will be easier to add
once all the `#define` code is replaced.
2. Better MAB timing, perhaps by somehow synchronizing with the baud rate clock.
the UART ISR where responders process the packet.
2. Better MAB transmit timing, perhaps by somehow synchronizing with the baud
rate clock.

## How to use

Expand Down

0 comments on commit f2df3ed

Please sign in to comment.