11 Commits (c8a95ec514c21ea3c33b21c129f025f0c207e6fe)

Author SHA1 Message Date
Scott Lahteine b80cc0cbb5 Fix DAC current code 8 years ago
Scott Lahteine d41f2bdbd8 Merge pull request #4991 from thinkyhead/rc_max31855_fix
Patches for Stepper DAC and MAX31855
8 years ago
Scott Lahteine e17f9b8b99 DAC patches
As suggested by #4985
8 years ago
Scott Lahteine f4ec265363 Fix a typo 8 years ago
Scott Lahteine 4ec2d459e6 Fix mcp4728_setVref_all as followup to #4967 8 years ago
Scott Lahteine a1b50f1102 Cleanup of code style 8 years ago
jaysonkelly 13c9dcc600 Add LCD menu for DAC 8 years ago
Scott Lahteine 0c24e0e445 Support for newer Wire library 9 years ago
Scott Lahteine 0da744b7b0 Further cleanup of comments, partial Doxygen-style
Following up on #3231
9 years ago
jbrazio 5e5d250832 Added gplv3 header to all Marlin files 9 years ago
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.
9 years ago