🔨 FYSETC S6 small bootloader target (#22207)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							2753b4eeaa
						
					
				
				
					commit
					cae391bb48
				
			@@ -56,7 +56,9 @@
 | 
			
		||||
//
 | 
			
		||||
// Servos
 | 
			
		||||
//
 | 
			
		||||
#define SERVO0_PIN                          PA3
 | 
			
		||||
#ifndef SERVO0_PIN
 | 
			
		||||
  #define SERVO0_PIN                        PA3
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
//
 | 
			
		||||
// Limit Switches
 | 
			
		||||
 
 | 
			
		||||
@@ -68,6 +68,12 @@
 | 
			
		||||
//
 | 
			
		||||
#define X_ENABLE_PIN                        PE9
 | 
			
		||||
 | 
			
		||||
//
 | 
			
		||||
// Servos
 | 
			
		||||
// Z_MAX_PIN only works in input mode
 | 
			
		||||
//
 | 
			
		||||
#define SERVO0_PIN                          PA2
 | 
			
		||||
 | 
			
		||||
#if HAS_TMC_UART
 | 
			
		||||
  #define X_SERIAL_TX_PIN                   PE7
 | 
			
		||||
  #define X_SERIAL_RX_PIN                   PE7
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user