Skip to content

Commit

Permalink
AMDS documentation tweaks (#113)
Browse files Browse the repository at this point in the history
* created AMDS table on interface page, fixed SPI pins on AMDS documentation

* format change to table in amds interface

* Update source/getting-started/user-guide/amds-interface/index.md

Co-authored-by: Eric Severson <[email protected]>

---------

Co-authored-by: Eric Severson <[email protected]>
  • Loading branch information
Known4225 and elsevers authored Nov 10, 2024
1 parent f1726db commit 85287d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/accessories/amds/mainboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ One header is used to supply power to the cards and the other header is used for
| 2 | 3V3 |
| 3 | GND |
| 4 | DIN (ADC IN, MOSI) |
| 5 | DOUT (ADC OUT, MISO) |
| 6 | SCLK |
| 5 | SCLK |
| 6 | DOUT (ADC OUT, MISO) |
| 7 | CONVST (Conversion start) |

For information regarding the placement of the headers, refer to the mainboard PCB Altium file in the AMDS repo located: `/Mainboard/altium/SensorMotherBoard.PcbDoc`.
Expand Down
9 changes: 9 additions & 0 deletions source/getting-started/user-guide/amds-interface/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ This document describes the built-in AMDC drivers which can be used to interface
Before attempting to use these drivers, make sure to read about the AMDS in [its documentation](/accessories/amds/index.md).
```

## AMDS Firmware Version

Ensure that your AMDS firmware version matches your AMDC firmware version using the following table:

| AMDC Version | AMDS Version |
|-------|-------|
| v1.3.x or greater | v2.x.x |
| v1.2.x or lesser | v1.x.x |

## Configure AMDS Hardware

First, the AMDS hardware needs to be configured:
Expand Down

0 comments on commit 85287d5

Please sign in to comment.