Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setBinary
Method
setBinary
libraries/float16/float16.h:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
// access the 2 byte representation.
29
uint16_t getBinary() { return _value; };
30
void setBinary(uint16_t u) { _value = u; };
31
32
// Printable
33
size_t printTo(Print& p) const;
Callers
1
operator -
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected