MCPcopy Create free account
hub / github.com/DexterInd/GoPiGo3 / get_grove_state

Method get_grove_state

Software/C/GoPiGo3.cpp:569–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569uint8_t GoPiGo3::get_grove_state(uint8_t pin){
570 uint8_t value;
571 get_grove_state(pin, value);
572 return value;
573}
574
575int GoPiGo3::get_grove_state(uint8_t pin, uint8_t &value){
576 value = 0;

Callers

nothing calls this directly

Calls 2

fatal_errorFunction · 0.85
spi_transfer_arrayFunction · 0.85

Tested by

no test coverage detected