* Separate ibutton to its own module, add one_wire to f18 * Move onewire cli to a separate app Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include "protocol_group_base.h"
 | |
| 
 | |
| typedef enum {
 | |
|     iButtonProtocolGroupDallas,
 | |
|     iButtonProtocolGroupMisc,
 | |
|     iButtonProtocolGroupMax
 | |
| } iButtonProtocolGroup;
 | |
| 
 | |
| extern const iButtonProtocolGroupBase* ibutton_protocol_groups[];
 |