We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56df49c commit d084641Copy full SHA for d084641
API.md
@@ -247,6 +247,20 @@ if ((packetId & mask) == id) {
247
248
Returns `1` on success, `0` on failure.
249
250
+### Advanced Filtering
251
+
252
+```
253
+CAN.multiFilter(ids, count);
254
255
256
+ * `ids` - array of 11-bit ids
257
+ * `count` - count of entries in `ids`
258
259
+Only packets with an id in `ids` are acknowleged and received, other packets are ignored.
260
+If `count` is larger than the filters supported by your CAN hardware additional frame ids might be received.
261
262
+Returns `1` on success, `0` on failure.
263
264
## Other modes
265
266
### Loopback mode
0 commit comments