esp32_can icon indicating copy to clipboard operation
esp32_can copied to clipboard

Add TWAI operation mode

Open emptynick opened this issue 1 year ago • 0 comments

This PR allows you to set the operation mode of the TWAI driver to NO_ACK the same way you can set it to listen only:

CAN0.setNoACKMode(true);

emptynick avatar Oct 11 '23 09:10 emptynick