This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Description
Factory methods such as create() are not appearing in the documentation when objects that rely on these methods (e.g. i2c, adc, input_pin). It would be helpful for these to be mentioned as many of these objects do not have normal constructors and thus operate differently than other C++ code bases.