diff options
| author | hathach <[email protected]> | 2019-05-04 15:10:16 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-04 15:10:16 +0700 |
| commit | 13c1bd762e48fc83125dd0a701c895816cfe5921 (patch) | |
| tree | 6ff31cb8fd1cacedbd9ef460b93e6eda40de2226 | |
| parent | 867e69ed9d1ef44a7574ccf6543c8a46ef8d8e6c (diff) | |
Update boards.md
| -rw-r--r-- | docs/boards.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/boards.md b/docs/boards.md index 5da421bc3..8f9f2a80f 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -1,7 +1,7 @@ # Boards -The board support code is only used for self-contained examples and testing. It is not used when TinyUSB is part of a larger project. It is responsible for getting the MCU started and the USB peripheral clocked withminimal of on-board devices -- One LED for status with different blink pattern +The board support code is only used for self-contained examples and testing. It is not used when TinyUSB is part of a larger project. It is responsible for getting the MCU started and the USB peripheral clocked with minimal of on-board devices +- One LED for status - One Button to get input from user - One UART optionally, mostly for host examples |
