diff --git a/MobaTools.cpp b/MobaTools.cpp index 0108de7..0462c00 100644 --- a/MobaTools.cpp +++ b/MobaTools.cpp @@ -4,9 +4,10 @@ (C) 08-2015 fpm fpm@mnet-online.de History: - V0.7 Allow nested Interrupts with the servos. This allows more precise other + V0.7 01-2017 + Allow nested Interrupts with the servos. This allows more precise other interrupts e.g. for NmraDCC Library. - A4988 stepper driver IC is supported (needs only 2 ports: step and direction) + A4988 stepper driver IC is supported (needs only 2 ports: step and direction) This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/MobaTools.h b/MobaTools.h index c4eb562..ee33a0c 100644 --- a/MobaTools.h +++ b/MobaTools.h @@ -3,7 +3,7 @@ /* MobaTools.h - a library for model railroaders Author: fpm, fpm@mnet-mail.de - Copyright (c) 2015 All right reserved. + Copyright (c) 2017 All right reserved. Library to drive the Stepper Motor 28BYJ-48 connected to SPI (MOSI,CLK,SS) Interface via shift register @@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -/* 02-11-16 Updating Stepper driver: +/* 02-11-16 / (V0.7) Updating Stepper driver: - stepper motor can be connected ba means of a4988 stepper motor driver IC this uses only 2 pins: STEP and DIRECTION */ diff --git a/ToDo.rtf b/ToDo.rtf index 97b97f0..bc311f7 100644 Binary files a/ToDo.rtf and b/ToDo.rtf differ