Add encoder abstraction. (#21548)
This commit is contained in:
		
							parent
							
								
									2eb9ff8efd
								
							
						
					
					
						commit
						9d9cdaaa2d
					
				
					 50 changed files with 863 additions and 653 deletions
				
			
		| 
						 | 
				
			
			@ -65,8 +65,8 @@ typedef struct _split_master_matrix_sync_t {
 | 
			
		|||
 | 
			
		||||
#ifdef ENCODER_ENABLE
 | 
			
		||||
typedef struct _split_slave_encoder_sync_t {
 | 
			
		||||
    uint8_t checksum;
 | 
			
		||||
    uint8_t state[NUM_ENCODERS_MAX_PER_SIDE];
 | 
			
		||||
    uint8_t          checksum;
 | 
			
		||||
    encoder_events_t events;
 | 
			
		||||
} split_slave_encoder_sync_t;
 | 
			
		||||
#endif // ENCODER_ENABLE
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue