/MODI-Arduino

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Luxrobo MODI Library for Arduino

Currently supported hardware


Prerequisities

  • MODI Kits
  • Arduino

Sample Instructions


MODI Instruction Guide

Module Instruction

Tested on Arduino 1.8.7

Installation on Arduino

Use the Arduino Library Manager to install and keep it updated. Just look for MODI. Recommend for Arduino 1.8+

Manual installation on Arduino

To install this library, just place this entire folder as a subfolder in your Arduino installation

When installed, this library should look like

location label
Arduino\libraries\MODI (this library's folder)
Arduino\libraries\MODI\src\MODI.cpp (the library implementation file)
Arduino\libraries\MODI\src\MODI.h (the library header file)
Arduino\libraries\MODI\src\MODI_Interface.cpp (the library interface file)
Arduino\libraries\MODI\src\MODI_Interface.h (the library interface header file)
Arduino\libraries\MODI\src\MODI_Property.h (the library property file)
Arduino\libraries\MODI\src\type.h (the library type file)
Arduino\libraries\MODI\src\mcp_can.cpp (the library CAN implmentation file)
Arduino\libraries\MODI\src\mcp_can.h (the library CAN header file):
Arduino\libraries\MODI\src\mcp_can_dfs.h (the library CAN header file)
Arduino\libraries\MODI\src\keywords.txt (the syntax coloring file)
Arduino\libraries\MODI\examples (the examples in the "open" menu)
Arduino\libraries\MODI\readme.md (this file)