From ed35d40a612633c3545a6cd7e59e3e432c623dfc Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sun, 24 Jan 2016 23:10:24 +0100 Subject: actually commit the write --- avr/1wire.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avr/1wire.h') diff --git a/avr/1wire.h b/avr/1wire.h index af48d0b..36160b7 100644 --- a/avr/1wire.h +++ b/avr/1wire.h @@ -28,4 +28,6 @@ void w1_command( uint8_t command, uint8_t *id ); void ds1992_read(uint16_t addr, uint8_t* buf, uint8_t len); void ds1992_scratch_write(uint16_t addr, const uint8_t* buf, uint8_t len); uint8_t ds1992_scratch_verify(uint16_t addr, const uint8_t* buf, uint8_t len, uint8_t* es_reg_ptr); +void ds1992_scratch_copy(uint16_t addr, uint8_t es_reg); + #endif -- cgit v1.2.1