Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ onSerialRateChange
Method
onSerialRateChange
app/src/processing/app/SerialPlotter.java:388–390 ·
view source on GitHub ↗
(ActionListener listener)
Source
from the content-addressed store, hash-verified
386
}
387
388
private
void
onSerialRateChange(ActionListener listener) {
389
serialRates.addActionListener(listener);
390
}
391
392
public
void
message(
final
String s) {
393
messageBuffer.append(s);
Callers
1
SerialPlotter
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected