Alex K
/
mbed-os5-press_23
On the i2c bus, Arduino Nano with address 2, transmits the weight value with a resolution of 1 kg.
CONTRIBUTING.md@0:f2aaa8c6decf, 2020-05-01 (annotated)
- Committer:
- Aleksk
- Date:
- Fri May 01 11:41:23 2020 +0000
- Revision:
- 0:f2aaa8c6decf
The new parser with the FIFO buffer is very fast. You can send data every 20 ms, this does not affect the cycle time of the relay controller. CR LF line ending characters are desirable but not required.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Aleksk | 0:f2aaa8c6decf | 1 | # Contributing to Mbed OS |
Aleksk | 0:f2aaa8c6decf | 2 | |
Aleksk | 0:f2aaa8c6decf | 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:f2aaa8c6decf | 4 | |
Aleksk | 0:f2aaa8c6decf | 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). |