Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ unittest
Function
unittest
libraries/PCF8575/test/unit_test_001.cpp:53–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
52
53
unittest(test_constants)
54
{
55
assertEqual(PCF8575_INITIAL_VALUE, 0xFFFF);
56
assertEqual(PCF8575_OK , 0x00);
57
assertEqual(PCF8575_PIN_ERROR , 0x81);
58
assertEqual(PCF8575_I2C_ERROR , 0x82);
59
}
60
61
62
unittest(test_begin)
Callers
nothing calls this directly
Calls
4
begin
Method · 0.45
read16
Method · 0.45
lastError
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected