Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ weight
Method
weight
libraries/AtomicWeight/AtomicWeight.cpp:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
176
177
float PTOE::weight(const uint8_t el)
178
{
179
return elements[el].weight * _weightFactor;
180
}
181
182
183
float PTOE::weight(const char * formula, const char * el)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64