MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / PINCOUNT_fn

Function PINCOUNT_fn

resources/variant/variant.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130extern "C" {
131 unsigned int PINCOUNT_fn() {
132 return (sizeof(g_APinDescription) / sizeof(g_APinDescription[0]));
133 }
134}
135
136#include "nrf_rtc.h"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected