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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:35526d3a8a04 | 2015-12-12 | dzoni | 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) |
1:f6fbf299550b | 2015-03-08 | rybancr | Original |
0:45c93163189a | 2015-03-08 | rybancr | Original |