[2.0.x] Fixed wrong information about TMC2208 wiring (#9335)
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							a0570ff1eb
						
					
				
				
					commit
					374f2a5e16
				
			@@ -1007,9 +1007,9 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
 | 
			
		||||
 * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
 | 
			
		||||
 * Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
 | 
			
		||||
 * To use the reading capabilities, also connect #_SERIAL_RX_PIN
 | 
			
		||||
 * to #_SERIAL_TX_PIN with a 1K resistor.
 | 
			
		||||
 * to PDN_UART without a resistor.
 | 
			
		||||
 * The drivers can also be used with hardware serial.
 | 
			
		||||
 *
 | 
			
		||||
 * You'll also need the TMC2208Stepper Arduino library
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user