Struggling ; __ ;

This commit is contained in:
TraYali 2024-03-16 15:55:45 +01:00
parent 216ceca3e1
commit b0e50c140e
3 changed files with 101 additions and 43 deletions

View file

@ -21,5 +21,7 @@ int main(){
hoymilesPort.updateParameters();
std::shared_ptr<PortParameter> temp{hoymilesPort.getParameterById(0)};
float temp2 = temp.get()->getValue();
return 0;
}