Basic PTT implementation
Compare changes
+ 22
− 2
@@ -139,8 +139,6 @@ static int max86150_handle_sample(struct max86150_sensor_data *data)
@@ -139,8 +139,6 @@ static int max86150_handle_sample(struct max86150_sensor_data *data)
@@ -156,15 +154,23 @@ static int max86150_fetch_fifo(void)
@@ -156,15 +154,23 @@ static int max86150_fetch_fifo(void)
// There is a recommendation from Maxim not to read the entire FIFO, but rather a fixed number of samples.
@@ -221,6 +227,20 @@ void vMAX86150Task(void *pvParameters)
@@ -221,6 +227,20 @@ void vMAX86150Task(void *pvParameters)