<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: AccelStepper library</title>
		<link>http://forums.leaflabs.com/topic.php?id=2552</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:06:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=2552" rel="self" type="application/rss+xml" />

		<item>
			<title>stephanschulz on "AccelStepper library"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2552#post-26344</link>
			<pubDate>Fri, 31 May 2013 10:25:54 +0000</pubDate>
			<dc:creator>stephanschulz</dc:creator>
			<guid isPermaLink="false">26344@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;i think i got it.&#60;/p&#62;
&#60;p&#62;in AccelStepper.h&#60;/p&#62;
&#60;p&#62;change:&#60;br /&#62;
#include &#38;lt;stdlib.h&#38;gt;&#60;br /&#62;
#if ARDUINO &#38;gt;= 100&#60;br /&#62;
#include &#38;lt;Arduino.h&#38;gt;&#60;br /&#62;
#else&#60;br /&#62;
#include &#38;lt;WProgram.h&#38;gt;&#60;br /&#62;
#include &#38;lt;wiring.h&#38;gt;&#60;br /&#62;
#endif&#60;/p&#62;
&#60;p&#62;to:&#60;br /&#62;
#include &#38;lt;stdint.h&#38;gt;&#60;br /&#62;
#include &#38;lt;wirish.h&#38;gt;&#60;/p&#62;
&#60;p&#62;and replace any Serial.print with SerialUSB.print
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stephanschulz on "AccelStepper library"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2552#post-26343</link>
			<pubDate>Fri, 31 May 2013 09:51:05 +0000</pubDate>
			<dc:creator>stephanschulz</dc:creator>
			<guid isPermaLink="false">26343@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;has this modified library ever made public?&#60;br /&#62;
i would like to use it. pls.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "AccelStepper library"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2552#post-13280</link>
			<pubDate>Fri, 07 Sep 2012 02:20:49 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">13280@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Just to mention that I would be interested too in the adapted AccelStepper library.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "AccelStepper library"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2552#post-13019</link>
			<pubDate>Thu, 30 Aug 2012 22:54:23 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">13019@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;OK, thanks.  I am being asked for this to port the library.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>feurig on "AccelStepper library"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2552#post-13011</link>
			<pubDate>Thu, 30 Aug 2012 17:25:32 +0000</pubDate>
			<dc:creator>feurig</dc:creator>
			<guid isPermaLink="false">13011@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Not funny mbolivar.&#60;br /&#62;
Will discuss this more later.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "AccelStepper library"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2552#post-13007</link>
			<pubDate>Thu, 30 Aug 2012 15:36:02 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">13007@http://forums.leaflabs.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;
Is there a check that we can do to tell if someone is using a Maple? Sorry if this has been asked before, but I want this to be a proper patch to the code.&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Not yet. I want something like a MAPLE_VERSION macro to get in for v0.0.13. I'm sort of hoping feurig does it for me ;).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "AccelStepper library"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2552#post-12859</link>
			<pubDate>Fri, 24 Aug 2012 12:09:58 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">12859@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I contacted the author with my changes. I'll see how he wants to handle this.  I feel kinda bad posting someone else's code without consent after making changes to it.&#60;/p&#62;
&#60;p&#62;That said, there are checks done in Arduino-land that check to see which arduino release is being used, something like...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#if ARDUINO &#38;gt;= 100
#include &#38;lt;Arduino.h&#38;gt;
#else
#include &#38;lt;foobar.h&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is there a check that we can do to tell if someone is using a Maple?  Sorry if this has been asked before, but I want this to be a proper patch to the code. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Jason
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "AccelStepper library"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2552#post-12857</link>
			<pubDate>Fri, 24 Aug 2012 08:47:37 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">12857@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Depends on what you think, some users will be happy enough with half step, but other might like flexibility. But linking to the original library is also probably a good idea.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "AccelStepper library"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2552#post-12850</link>
			<pubDate>Fri, 24 Aug 2012 04:25:16 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">12850@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;My revised one, or the original?  &#60;/p&#62;
&#60;p&#62;I still need to re-write it so that it isn't permanently in half-step mode and allow the user to set a flag to toggle between full and half-step operation.  &#60;/p&#62;
&#60;p&#62;But sure, I can post as-is and post an updated version once I get it fixed up to my liking.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "AccelStepper library"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2552#post-12849</link>
			<pubDate>Fri, 24 Aug 2012 04:23:40 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">12849@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;BTW, I was considering closed-loop operation with an encoder wheel, however I have had this thing going back and forth 50 turns each way with smooth acceleration to 800rpm and deceleration back to stop before repeating for over an hour and the position is still spot-on, no skipping.  I might just skip the optical encoders entirely.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "AccelStepper library"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2552#post-12848</link>
			<pubDate>Fri, 24 Aug 2012 04:21:42 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">12848@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Can you post a link to where other could get the library?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "AccelStepper library"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2552#post-12846</link>
			<pubDate>Fri, 24 Aug 2012 04:19:53 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">12846@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I just ported the AccelStepper library for use with my project.  It was minimal amount of work, mainly changing includes.  I ran into a nasty problem, however, with my 39BYG105 stepper motors skipping at just about all speeds.  I figure that it could be due to the Maple being so much faster than the Atmel based Arduinos.  &#60;/p&#62;
&#60;p&#62;Through my troubleshooting and hair-pulling, I decided to try half-stepping the motor.  This did the trick!  I am posting in case someone decides that they need the library.  It is a pretty nice library overall, non-blocking and allowing for multiple instances.  I am in the process of adding a boolean to enable half-stepping and then modify the functions so that it can work with full-step or half-step instead of being permanently half-stepped like it is now.  &#60;/p&#62;
&#60;p&#62;Now I *really* need my gears to show up in the mail so that I can build the gear box and get this thing going!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
