aboutsummaryrefslogtreecommitdiff
path: root/libraries/Stepper/Stepper.h
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2008-09-17 14:15:11 +0000
committerDavid A. Mellis <d.mellis@arduino.cc>2008-09-17 14:15:11 +0000
commit28db292f4371925159eee720b79e33723107b965 (patch)
treea117c0bf7b8d28e07a5898774b93a10404a9afa8 /libraries/Stepper/Stepper.h
parent03a51e5ab74fab32ca6809074bdee7f27b5acf2a (diff)
Removing WConstants.h include from Stepper.h so it compiles with new WProgram.h include placement. Updated readme.
Diffstat (limited to 'libraries/Stepper/Stepper.h')
-rw-r--r--libraries/Stepper/Stepper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libraries/Stepper/Stepper.h b/libraries/Stepper/Stepper.h
index a3aa180..4094aee 100644
--- a/libraries/Stepper/Stepper.h
+++ b/libraries/Stepper/Stepper.h
@@ -45,9 +45,6 @@
#ifndef Stepper_h
#define Stepper_h
-// include types & constants of Wiring core API
-#include "WConstants.h"
-
// library interface description
class Stepper {
public: