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