12#include "sygah-metadata.hpp"
14namespace sygaldry {
namespace sygsa {
21template<
int sda_pin,
int scl_pin, u
int32_t frequency = 100000>
23:
name_<"Two Wire Bus">
27,
license_<"SPDX-License-Identifier: MIT">
32 Wire.begin(sda_pin, scl_pin, frequency);
Document the author of an entity, e.g. a component or binding.
Definition sygah-metadata.hpp:39
Document the copyright statement of an entity, e.g. a component or binding.
Definition sygah-metadata.hpp:47
Document a textual description of an entity, e.g. an endpoint, component or binding.
Definition sygah-metadata.hpp:35
Document the copyright license of an entity, e.g. a component or binding.
Definition sygah-metadata.hpp:45
Document the name of an entity, e.g. an endpoint, component, or binding.
Definition sygah-metadata.hpp:33
Definition sygsa-two_wire.hpp:29
Document a textual description of the version number of an entity, e.g. a component or binding.
Definition sygah-metadata.hpp:51