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

Basic_Blink_RTOS #86

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Basic_Blink_RTOS #86

wants to merge 10 commits into from

Conversation

flexiti
Copy link
Contributor

@flexiti flexiti commented Mar 10, 2016

This is a simple example of flickering two diodes using a RTOS task

@hreintke
Copy link
Collaborator

@flexiti :
This indeed shows basic freertos functionality.
My doubts (and sure open for all discussions) are however that this does not show anything Sming specific.I would like to prevent that the Sming git/github becomes a "freertos forum" in which inexperienced users come and try to "do freertos".
Let's discuss this further in #80

@flexiti
Copy link
Contributor Author

flexiti commented Mar 21, 2016

MQTT ping sending modification (setPingRepeatTime added)
This solution lets you freely modify the Mqtt client ping frequency regardless of the broker keepAlive.
Default: PingRepeatTime (used on client side) = 20s, KeepAlive (used on broker side) = 60s
It can be changed by:
setKeepAlive(seconds) and setPingRepeatTime(seconds) metod.
PingRepeatTime should be less than or equal to keepAlive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants