Skip to content

Commit

Permalink
Warning for AD595 minimum V
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jun 28, 2023
1 parent 09cf6da commit 099a2b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/inc/Warnings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -771,3 +771,7 @@
#if ENABLED(DWIN_LCD_PROUI) && BOOTSCREEN_TIMEOUT > 2000
#warning "For ProUI the original BOOTSCREEN_TIMEOUT of 1100 is recommended."
#endif

#if HAL_ADC_VREF < 5 && #if ANY_THERMISTOR_IS(-1)
#error "The ADC595 Thermocouple Amplifier requires 5V input supply! Use AD8495 for 3.3V ADC."
#endif

0 comments on commit 099a2b5

Please sign in to comment.