* 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>
		
			
				
	
	
		
			10 lines
		
	
	
		
			224 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			224 B
		
	
	
	
		
			C
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
#include "ibutton_key.h"
 | 
						|
 | 
						|
#include "protocols/protocol_common_i.h"
 | 
						|
 | 
						|
iButtonProtocolData* ibutton_key_get_protocol_data(const iButtonKey* key);
 | 
						|
 | 
						|
size_t ibutton_key_get_protocol_data_size(const iButtonKey* key);
 |