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

Fix ADC reference voltage and expose BSP_ExtensionPort_Connect() #229

Merged
merged 2 commits into from Oct 31, 2018

Conversation

wegendt-bosch
Copy link
Contributor

No description provided.

* }
* @endcode
*/
export native unchecked fn BSP_ExtensionPort_Connect(): int32 header "BSP_ExtensionPort.h";

Choose a reason for hiding this comment

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

Not sure if this what we want ... should controlling the extension bus not rather be part of a resource configuration?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Well, in some cases you just want to provide power to something external. We could make some kind of setup externalPower { enable2v5 = true; } though.

@wegendt-bosch
Copy link
Contributor Author

@tkutz @rherrmannr Please check that this doesn't break the arduino implementation :)

Copy link

@csweichel csweichel left a comment

Choose a reason for hiding this comment

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

LGTM

@rherrmannr
Copy link
Contributor

@wegendt-bosch it's still working!

@wegendt-bosch wegendt-bosch merged commit 50e1314 into master Oct 31, 2018
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.

None yet

3 participants