diff options
author | dragonprevost <dragon@dkp.io> | 2018-11-15 12:45:32 -0800 |
---|---|---|
committer | dragonprevost <dragon@dkp.io> | 2018-11-15 12:45:32 -0800 |
commit | 241513bec363481319dd71b6ad3d2040d0c00f8b (patch) | |
tree | 953f87dd81482db5c08040279d273dbd8f38485c | |
parent | dbe3864176a739d45a89417b71b71ded99656c86 (diff) |
fixed readme formatting
-rw-r--r-- | readme.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -82,7 +82,7 @@ double xAcc[N_MAX_IMPACT_VALUES], yAcc[N_MAX_IMPACT_VALUES], zAcc[N_MAX_IMPACT_V recordRes[j++] = le_avdata_RecordFloat(ref, "impactz", zAcc[i], timestamps[i]); } -======= +``` ## Examples For getting a list of impact information you may follow this example. @@ -113,5 +113,4 @@ le_result_t result = getCurrentAcceleration(x_val, y_val, z_val); LE_INFO("Current Acceleration: X: %d - Y: %d - Z: %d"); ->>>>>>> 7ba91139470e24608d255ec0156444e26133d935 ``` |