Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ value
Method
value
libraries/Interval/Interval.h:32–32 ·
view source on GitHub ↗
BASE FUNCTIONS
Source
from the content-addressed store, hash-verified
30
31
// BASE FUNCTIONS
32
float value() { return (_hi /2 + _lo /2); }; // assumption
33
float range() { return _hi -_lo; };
34
float high() { return _hi; };
35
float low() { return _lo; };
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36