Main Content

Create a Folder Structure for Servo Read Library

Create a folder package to contain all the files for your custom library, and add it to the MATLAB® path. For this example:

  1. Add a folder named +arduinoioaddons in your working folder.

  2. In +arduinoioaddons, add a +ServoRead subfolder to contain your MATLAB class file. For example, L:\Work.

  3. In the +ServoRead subfolder, add a src folder to contain your C++ header files.

In the next section, you will Create a C++ Code for Servo Read Library.