Skip to content

description

Required: Yes
Type: String
Condition: No

Textual description of the project, meant to provide an end user with information about its functionality. Used for search and in user interfaces. The description is typically not more than a few sentences, as detailed documentation for the project can be registered using the readme key.

1
2
3
4
5
description: >
  Implements a GATT Server with the Health Thermometer Profile,
  which enables a Client device to connect and get temperature data.
  Temperature is read from the Si7021 digital relative humidity and
  temperature sensor of the development kit.
Back to top