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

Final Project Update #2

Open
wants to merge 8 commits into
base: project_update_2
Choose a base branch
from
Open

Final Project Update #2

wants to merge 8 commits into from

Conversation

dwalkes
Copy link
Contributor

@dwalkes dwalkes commented Apr 28, 2019

No description provided.

{
uint16_t data;
struct gecko_msg_flash_ps_load_rsp_t* resp;
BTSTACK_CHECK_RESPONSE(gecko_cmd_flash_ps_load(KEY));
resp=(gecko_cmd_flash_ps_load(KEY));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@PuneetBansal why the change to remove BTSTACK_CHECK_RESPONSE here?

switch(prevState)
{
case powerOn_humid: //Sensor turned on after 80ms delay.
irqState=CORE_EnterCritical();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@PuneetBansal is this critical section minimal in size?

aqiStateActive=1;
switch(aqi_prevState)
{
irqState=CORE_EnterCritical();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@PuneetBansal is this critical section minimal size?

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