Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DexterInd/GoPiGo3
/ get_board
Method
get_board
Software/C/GoPiGo3.cpp:156–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
int GoPiGo3::get_board(char *str){
157
return spi_read_string(GPGSPI_MESSAGE_GET_NAME, str);
158
}
159
160
int GoPiGo3::get_version_hardware(char *str){
161
uint32_t value;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected