Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
redchenjs committed May 30, 2021
1 parent 9ebaff4 commit ad35e09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ NeoPixel LED Controller based on MAX10 FPGA.
### CONF_WR

| Inst / Para | D/C | R/W | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | HEX |
| :---------: | --: | --: | -: | -: | -: | -: | -: | -: | -: | -: | --: |
| :---------: | :-: | :-: | -: | -: | -: | -: | -: | -: | -: | -: | --: |
| CONF_WR | 0 | W | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 2Ah |
| 1st Param | 1 | W | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | |
| 2nd Param | 1 | W | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | |
Expand All @@ -50,7 +50,7 @@ NeoPixel LED Controller based on MAX10 FPGA.
### ADDR_WR

| Inst / Para | D/C | R/W | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | HEX |
| :---------: | --: | --: | -: | -: | -: | -: | -: | -: | -: | -: | --: |
| :---------: | :-: | :-: | -: | -: | -: | -: | -: | -: | -: | -: | --: |
| ADDR_WR | 0 | W | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 2Bh |
| 1st Param | 1 | W | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | |
| ... | 1 | W | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | |
Expand All @@ -66,7 +66,7 @@ NeoPixel LED Controller based on MAX10 FPGA.
### DATA_WR

| Inst / Para | D/C | R/W | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | HEX |
| :---------: | --: | --: | -: | -: | -: | -: | -: | -: | -: | -: | --: |
| :---------: | :-: | :-: | -: | -: | -: | -: | -: | -: | -: | -: | --: |
| DATA_WR | 0 | W | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 2Ch |
| 1st Param | 1 | W | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | |
| ... | 1 | W | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | |
Expand All @@ -84,7 +84,7 @@ NeoPixel LED Controller based on MAX10 FPGA.
### INFO_RD

| Inst / Para | D/C | R/W | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | HEX |
| :---------: | --: | --: | -: | -: | -: | -: | -: | -: | -: | -: | --: |
| :---------: | :-: | :-: | -: | -: | -: | -: | -: | -: | -: | -: | --: |
| INFO_RD | 0 | W | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 3Ah |
| 1st Data | 1 | R | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 00h |
| 2nd Data | 1 | R | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | |
Expand Down

0 comments on commit ad35e09

Please sign in to comment.