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:
@ -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:
|
||||
|
Reference in New Issue
Block a user