Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TWAI: Add receive example (Copy of #7430) #7550

Merged

Commits on Dec 5, 2022

  1. TWAI: Add receive example

    This commit addes an example showing how to receive messages using the TWAI
    driver interface and a CAN transceiver. Specifically, the example demonstrates:
    
    - How to configure and install the TWAI drvier
    - How to poll for TWAI events (i.e., alerts) using twai_read_alerts()
    - How to handle the various events (such as TWAI_ALERT_RX_DATA)
    
    Closes espressif#7430
    designer2k2 authored and Dazza0 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0b9796e View commit details
    Browse the repository at this point in the history