The relay controller. $press, 1000,25,0,1 - for example, the following are transmitted: $ - service symbol, 1000 - pressure setpoint, 25 - delta pressure , 0 - auto-set flag OFF, 1- flag serial plotter ON . Add protection from random input string.

Committer:
Aleksk
Date:
Fri Apr 24 16:31:28 2020 +0000
Revision:
4:305dc62186e8
Parent:
0:342c0ede45d5
The relay controller. $press, 1000,25,0,1 - for example, the following are transmitted: $ - service symbol, 1000 - pressure setpoint, 25 - delta pressure , 0 - auto-set flag OFF, 1- flag serial plotter ON .; Add protection from random input string.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Aleksk 0:342c0ede45d5 1 # Contributing to Mbed OS
Aleksk 0:342c0ede45d5 2
Aleksk 0:342c0ede45d5 3 Mbed OS is an open-source, device software platform for the Internet of Things. Contributions are an important part of the platform, and our goal is to make it as simple as possible to become a contributor.
Aleksk 0:342c0ede45d5 4
Aleksk 0:342c0ede45d5 5 To encourage productive collaboration, as well as robust, consistent and maintainable code, we have a set of guidelines for [contributing to Mbed OS](https://os.mbed.com/docs/mbed-os/latest/contributing/index.html).