Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completed Onboarding #207

Open
wants to merge 5 commits into
base: level3
Choose a base branch
from
Open

Completed Onboarding #207

wants to merge 5 commits into from

Conversation

abid3a
Copy link

@abid3a abid3a commented Jan 21, 2025

Purpose

Explain the purpose of the PR here, including references to any existing Notion tasks.

New Changes

  • Explain new changes

Testing

  • Explain tests that you ran to verify code functionality.

Outstanding Changes

  • If there are non-critical changes (i.e. additional features) that can be made to this feature in the future, indicate them here.

Copy link

@kepler452b123 kepler452b123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small changes

lm75bd/lm75bd.c Outdated
@@ -28,6 +28,28 @@ error_code_t lm75bdInit(lm75bd_config_t *config) {
error_code_t readTempLM75BD(uint8_t devAddr, float *temp) {
/* Implement this driver function */

error_code_t errCode;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't need this in this function

Comment on lines 55 to 57
if (xQueueSend(thermalMgrQueueHandle, event, 0) == pdTRUE){
return ERR_CODE_QUEUE_FULL;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be if its not pdTRUE (queue is full if it fails)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants