No description
Find a file
Sam Perry c2d6b13103
fix speed halved in ESP32-WROOM-32E
ESP32 ECO3 added a configurable bit that will cause CAN bus speeds to be halved in new V3 core 32E module.
This bit is in `TWAI_INT_ENA_REG`, bit4 which was previously reserved.
Change respects reserved bit and should not cause issues for previous versions since this bit should not have been written to.
2022-02-20 16:57:10 -05:00
examples Include Arduino.h 2019-05-08 09:01:34 +02:00
src fix speed halved in ESP32-WROOM-32E 2022-02-20 16:57:10 -05:00
.gitignore Include Arduino.h 2019-05-08 09:01:34 +02:00
keywords.txt Use correct field separator in keywords.txt 2018-08-03 06:47:16 -07:00
library.properties ESP32 CAN Driver with examples 2018-04-01 20:56:36 +02:00
LICENSE ESP32 CAN Driver with examples 2018-04-01 20:56:36 +02:00
README.md ESP32 CAN Driver with examples 2018-04-01 20:56:36 +02:00

Arduino Library for the ESP32 CAN Bus (ESP32-Arduino-CAN)

Features

  • Support the CAN Bus from the ESP32 (SJA1000)
  • CAN Messages send and receive
  • Various Bus speeds
  • Standard and Extended Frames
  • CAN Message Filter

Third Party Components

Usage

See the examples in the /examples folder.