1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-19 09:42:11 +03:00

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 d44ee3a000
commit bd47d9872f
2 changed files with 25 additions and 9 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: