Installation

Arduino Installation

To use the DriveMaster library in your Arduino projects, follow these installation steps:

  1. Download the DriveMaster library from the GitHub repository.

  2. Extract the downloaded ZIP file.

  3. Copy the extracted folder to the libraries directory in your Arduino sketchbook.

  4. Restart the Arduino IDE.

  5. You should now be able to include the DriveMaster library in your Arduino sketches.

PlatformIO Installation

If you are using PlatformIO, you can install the DriveMaster library directly from the PlatformIO Library Manager. Add the following line to your platformio.ini file:

lib_deps = Witty-Wizard/DriveMaster