|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
ESP32 CAN (TWAI) implementation for the HardFOC system - ESP-IDF v5.5 Compatible. More...
#include "EspCan.h"#include <algorithm>#include <cstring>#include "esp_log.h"#include "esp_timer.h"#include "freertos/FreeRTOS.h"#include "freertos/task.h"Variables | |
| static const char * | TAG = "EspCan" |
ESP32 CAN (TWAI) implementation for the HardFOC system - ESP-IDF v5.5 Compatible.
This file provides a comprehensive CAN bus implementation for the ESP32 microcontroller family using modern ESP-IDF v5.5+ TWAI node-based APIs. The implementation provides advanced features for ESP32-C6 with external SN65 transceivers.
Key Features Implemented:
|
static |