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

Adding Eddystone Support #74

Merged
merged 2 commits into from
Sep 29, 2015
Merged

Conversation

BlackstoneEngineering
Copy link
Contributor

This is the result of my work with Google to enable the eddystone beacon service and the eddystone config service.

static const uint8_t UUID_TX_POWER_MODE_CHAR[] = UUID_URI_BEACON(0x20, 0x87);
static const uint8_t UUID_BEACON_PERIOD_CHAR[] = UUID_URI_BEACON(0x20, 0x88);
static const uint8_t UUID_RESET_CHAR[] = UUID_URI_BEACON(0x20, 0x89);
extern const uint8_t BEACON_EDDYSTONE[2];
Copy link
Contributor

Choose a reason for hiding this comment

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

can you align this declaration with the ones above?

@BlackstoneEngineering
Copy link
Contributor Author

Feel free to make whatever cosmetic changes you want to.

// TLM Frame Data
uint8_t tlmVersion; // version of TLM packet
bool tlmEnabled;
float tlmBeaconPeriod; // how often to broadcat TLM frame, in S
Copy link
Contributor

Choose a reason for hiding this comment

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

alignment

@rgrover
Copy link
Contributor

rgrover commented Sep 29, 2015

OK. I'll make cosmetic changes. Could you please test the result? thanks.

@rgrover rgrover merged commit d389c42 into ARMmbed:develop Sep 29, 2015
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