Przeglądaj źródła

Fix mcp4728_setVref_all as followup to #4967

Scott Lahteine 8 lat temu
rodzic
commit
4ec2d459e6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Marlin/dac_mcp4728.cpp

+ 1
- 1
Marlin/dac_mcp4728.cpp Wyświetl plik

@@ -80,7 +80,7 @@ uint8_t mcp4728_eepromWrite() {
80 80
  */
81 81
 uint8_t mcp4728_setVref_all(uint8_t value) {
82 82
   Wire.beginTransmission(DAC_DEV_ADDRESS);
83
-  Wire.write(GAINWRITE | (value ? 0x0F : 0x00));
83
+  Wire.write(VREFWRITE | (value ? 0x0F : 0x00));
84 84
   return Wire.endTransmission();
85 85
 }
86 86
 /**

Ładowanie…
Anuluj
Zapisz