Optimization of original DS1620 library - calls to wait(float) changed to wait_us(int) + resolving several warnings.

Dependents:   EXAMPLE_Nucleo_mbed_RTOS_test_code

Fork of DS1620 by Ryan Bancroft

History

1. Warnings resolved: implicit type conversion float to double and back to float; ; 2. Optimization: wait for write operation completion changed from wait(float) to wait_ms(int) default tip

2015-12-12, by dzoni [Sat, 12 Dec 2015 19:29:43 +0000] rev 2

1. Warnings resolved: implicit type conversion float to double and back to float; ; 2. Optimization: wait for write operation completion changed from wait(float) to wait_ms(int)


Original

2015-03-08, by rybancr [Sun, 08 Mar 2015 00:38:29 +0000] rev 1

Original


Original

2015-03-08, by rybancr [Sun, 08 Mar 2015 00:31:35 +0000] rev 0

Original