MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / getNumChannels

Method getNumChannels

lib/Sensors/src/SensorSystem.h:194–197  ·  view source on GitHub ↗

* Get number of data channels. * * @return Number of data channels. */

Source from the content-addressed store, hash-verified

192 * @return Number of data channels.
193 */
194 uint8_t getNumChannels() const final
195 {
196 return 1U;
197 }
198
199 /**
200 * Get data channel by index.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected