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

SF value as variable for in-code use #34

Open
marcusgrtz opened this issue Sep 19, 2019 · 2 comments
Open

SF value as variable for in-code use #34

marcusgrtz opened this issue Sep 19, 2019 · 2 comments

Comments

@marcusgrtz
Copy link

It would be nice to change the SF during normal code section. For example on button press.
Please add SF as variable.

@ryanteck
Copy link
Contributor

I'm not fully sure weather I want to implement this one as I can see it causing potential issues.

Part of the design of the micro:bit library is to try and hide the more complicated parts from the end user.

Essentially the two options are that it either programs it into the memory which if I remember right requires a reset of the node to set for all transmissions. Or the other method only does it for the following transmission (requiring it to be set before every transmit block).

I might add under the advance section instead.

@ryanteck
Copy link
Contributor

Going to add this in under the advance tab.

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

No branches or pull requests

2 participants