Recent content by tiger12506

Home Model Engine Machinist Forum

Help Support Home Model Engine Machinist Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. T

    Help with Arduino idexer

    Looks to me like the issue is here const int Multiplier = (StepsPerRotation * TableRatio)/360; // 200*90=18000/360 = 50 The assumption is made that this is going to come out to an even integer value, and is assigned to an int. That's not the case. I suspect changing it to read const float...
Back
Top