Commit Graph

10 Commits (c91325e9043858b9ae3e7834965111e8cfed31c0)

Author SHA1 Message Date
Scott Lahteine b80cc0cbb5 Fix DAC current code
Scott Lahteine e17f9b8b99 DAC patches
As suggested by 
jaysonkelly 13c9dcc600 Add LCD menu for DAC
Scott Lahteine c6226bb0aa Unify config in a single include without nested includes
Scott Lahteine eee903bd4b Format some DAC lines
Scott Lahteine 0c24e0e445 Support for newer Wire library
Scott Lahteine 6c60869409 Support DAC_OR_ADDRESS in Printrboard too
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.