From 25b82980133ef3f4532420186a0195c85dfd7195 Mon Sep 17 00:00:00 2001 From: yul Date: Tue, 6 Sep 2022 20:28:06 +0200 Subject: [PATCH] update problem log --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index abb4784..01f24e7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# 2022-09-07 +[ ] Fix the callback and the calling of it on oximeter and have a reading that is not 92. + # 2022-09-06 **Problem/Confusion:** @@ -23,6 +26,9 @@ Another observation is that the value `final_result` read in function oximeter2_ The I2C_MasterTransferNonBlocking in function i2c_master_write_then_read would return kStatus_I2C_Busy because the transaction is in progress. This is related to the problem of being stuck in `while(!g_MasterCompletionFlag)` (for the moment this while loop is commented out). +--- +Task for tomorrow: figure out why oximeter2.c callback function is not entered. + # 2022-09-05 ##### yu-capteurs branch in function "oximeter2_read_data" optimisation