install - olikraus/m2tklib GitHub Wiki
Install Instructions
AVR Environment
Step by step instructions with Atmel Studio 6 are here.
Arduino Environment
Install instructions for the Arduino environment.
- Install graphics subsystem if required.
1. "lc":
LiquidCrystal
: Part of Arduino Environment 1. "u8g": u8g library, http://code.google.com/p/u8glib/ 1. "glcd": glcd library, http://code.google.com/p/glcd-arduino/ 1. "dogm128": dogm128 library, http://code.google.com/p/dogm128/ - Download M2TKLIB for the correct subsystem.
- Unzip
m2tklib_arduino_..._X.XX.zip
into the "libraries" folder - Start Arduino IDE
SdFat
M2tklib support forCopy "mas_sdfat.cpp" from
addon/mas_sdfat.cpp
to
utility/mas_sdfat.cpp
M2tklib support for SD
Copy "mas_arduino_sd.cpp" from
addon/mas_arduino_sd.cpp
to
utility/mas_arduino_sd.cpp