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

Method init

lib/HalTftDisplay/src/Board.cpp:127–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 *****************************************************************************/
126
127extern void Board::init()
128{
129 uint8_t index = 0U;
130
131 /* Initialize all i/o pins */
132 for (index = 0U; index < UTIL_ARRAY_NUM(ioPinList); ++index)
133 {
134 if (nullptr != ioPinList[index])
135 {
136 ioPinList[index]->init();
137 }
138 }
139
140 /* Disable buzzer */
141 buzzerOut.write(LOW);
142}
143
144extern void Board::reset()
145{

Callers 1

beginMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected