Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Arduino-IRremote/Arduino-IRremote
/ write
Method
write
examples/AllProtocolsOnLCD/LiquidCrystal_I2C.hpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
#include <inttypes.h>
22
23
inline size_t LiquidCrystal_I2C::write(uint8_t value) {
24
send(value, Rs);
25
return 1;
26
}
27
28
#if defined(USE_SOFT_I2C_MASTER)
29
//#define USE_SOFT_I2C_MASTER_H_AS_PLAIN_INCLUDE
Callers
1
expanderWrite
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected