-
Notifications
You must be signed in to change notification settings - Fork 171
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
James Cai Onboarding #187
James Cai Onboarding #187
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall good start. Some changes are needed to improve the code quality.
Can you also add the c-programming-challenge-lvl1/
and Testing/
to the .gitignore
? As there aren't 150 files that aren't relevant to the code when we are reviewing, making it harder to review it. Thanks
lm75bd/lm75bd.c
Outdated
|
||
uint8_t writeBuf[1] = {0}; | ||
uint8_t readBuf[2]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initialize the buffer. In general buffers should be initialized
lgtm, dm me your email and ill add you to the notion |
No description provided.