For the complete documentation index, see llms.txt. This page is also available as Markdown.

WPILib AM Vendor Library Setup

To install the AndyMark WPILib dependencies, click the WPILib tab on the right side of the VSCode window. Then, find the AndyMark AM Library and click install. This will install all of the libraries needed for AndyMark CAN devices.

Alternative: To install using vendor JSON

1

Click the "Open WPILib Command Palette" button in VS Code

2

In the text box, begin typing "Manage Vendor Libraries" and click on the command

3

Click on "Install new libraries (online)"

4

Links to the AndyMark vendor JSONs can be found here.

Hit enter

WPILib will fetch the appropriate files for you to start writing code for AndyMark CAN devices.

Was this helpful?