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

Method get_grove_analog

Software/C/GoPiGo3.cpp:655–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655uint16_t GoPiGo3::get_grove_analog(uint8_t pin){
656 uint16_t value;
657 get_grove_analog(pin, value);
658 return value;
659}
660
661int GoPiGo3::get_grove_analog(uint8_t pin, uint16_t &value){
662 value = 0;

Callers

nothing calls this directly

Calls 2

fatal_errorFunction · 0.85
spi_transfer_arrayFunction · 0.85

Tested by

no test coverage detected