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

Changes #202

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

Changes #202

wants to merge 2 commits into from

Conversation

VivaanChugh
Copy link

@VivaanChugh VivaanChugh commented Jan 11, 2025

Onboarding

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.

really good PR. just some nitpicks to change. also maybe look into the macros we use for error logging/returning in our onboarding doc (e.g. LOG_IF_ERROR_CODE macro)

lm75bd/lm75bd.h Outdated
@@ -5,7 +5,7 @@
#include <stdint.h>

/* LM75BD I2C Device Address */
#define LM75BD_OBC_I2C_ADDR /* Define the address here */
#define LM75BD_OBC_I2C_ADDR 0b1001111

Choose a reason for hiding this comment

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

convert this value to hex for readability

while (1)
{

thermal_mgr_event_t data = {0};

Choose a reason for hiding this comment

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

nitpick: rename to event for clarity

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.

LGTM

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