The values of the EEPROM2 settings are displayed in pc.print in a special line with the current diagnostic data. An additional block has been made in the parser for decoding incoming alarm settings; they are written in EEPROM2.

Dependencies:   _24LCXXX

Committer:
Aleksk
Date:
Fri Jun 19 10:33:01 2020 +0000
Revision:
7:97881cd71b31
Parent:
0:f2aaa8c6decf
The values of the EEPROM2 settings are displayed in pc.print in a special line with the current diagnostic data.;   An additional block has been made in the parser for decoding incoming alarm settings; they are written in EEPROM2.

Who changed what in which revision?

UserRevisionLine numberNew 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).