Talk:RAMPS 1.3

From RepRap
Revision as of 09:34, 9 June 2011 by Johnnyr (talk | contribs) (a)
Jump to: navigation, search

Q. - The pin definitions on this page look very wrong to me, there are about 5 pins with numbers above 53 (mega has only 53 DIO)- do these refer to DIO via the analog port?

A. - You are correct. You can use the analog Arduino pins as digital by calling them pin numbers higher than the highest digital pin number on the board. So to use Analog pin 0 on Arduino MEGA as a digital pin, call it pin 54, Analog 1 = Digital 55, etc.


Q. - It also bears little to no correlation to the pins.h in sprinter master

A. - There is a pull request submitted on github to add RAMPS 1.3 to Sprinter's pins.h. In the mean time, it is in this fork https://github.com/johnnyr/Sprinter/blob/master/Tonokip_Firmware/pins.h