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 c47b9eeCopy full SHA for c47b9ee
API.md
@@ -247,6 +247,18 @@ 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
## Other modes
263
264
### Loopback mode
0 commit comments