Search found 1 match
- Sun Dec 24, 2023 2:08 pm
- Forum: ESP-IDF
- Topic: How to use "twai_filter_config_t"
- Replies: 9
- Views: 14050
Re: How to use "twai_filter_config_t"
Hi everyone. After checking all official info about twai_filter_config_t , specially f_config what I test is example setup for engine (0x7E8) : void setupCan() { ... // tested default filter and mask only to receive data from 7E8 f_config.acceptance_code = 0x7E8 << 5; f_config.acceptance_mask = 0x7E...