Commit Graph

8 Commits (17bd77031fd23c1c2621a1940e12c1dbbe14c4e4)

Author SHA1 Message Date
Scott Lahteine 1b90682617 Merge pull request from thinkyhead/rc_sensitive_fan_pins
Remove need to define unused pins as -1 in pins files
esenapaj 888443ca1e Enclose all #error strings with apostrophes
Scott Lahteine 5ca6334fd2 Cleanup pins files, fixup analogtodigitalpin, etc.
Scott Lahteine fe0fe184aa Replace some tabs with spaces
Scott Lahteine 7f81aa7ff3 Pins should always be defined (even for disabled features)
Scott Lahteine 0da744b7b0 Further cleanup of comments, partial Doxygen-style
Following up on 
jbrazio 5e5d250832 Added gplv3 header to all Marlin files
Stephanie 6843b78f99 Add support for Printrboard RevF
The PrintrBoard Rev F utilizes a mcp4728 DAC to set motor current. Printrbot's implementation utilizes 2 new M-codes to set and write the DAC settings to the DAC EEPROM: `M909` (Read DAC) and `M910` (Write DAC). `M907` is re-used to set value, `M908` for direct control.

The Pins file for the RevF board is included.