[Porting issues] Official Stepper Library (unresolved)

Link: https://github.com/arduino/Arduino/tree/master/libraries/Stepper

Issue 1: #include "Arduino.h" not found

Fix: added an “Arduino.h” in the lib/src

The content is simply:

#include "Particle.h"

We need to resolve the following:

  • #include "Arduino.h" should just work if it is used (firmware fix)

Status

  • Compiles with the fix for issue 1
1 Like

please try this again when 0.6.1-rc.2 is released :wink:

@BDub, just did a quick test to compile against v0.6.1-rc2 and it worked well without modification. I’m excited to release this once `0.6.11 is official!

This gives me full upstream sync with Arduino :wink:

1 Like