Removing WConstants.h include from Stepper.h so it compiles with new WProgram.h include placement. Updated readme.

This commit is contained in:
David A. Mellis 2008-09-17 14:15:11 +00:00
parent 03a51e5ab7
commit 28db292f43
1 changed files with 0 additions and 3 deletions

View File

@ -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: