No description
Find a file
per1234 ef3c6cf569
Use correct field separator in keywords.txt
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is not highlighted.

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2018-08-03 06:47:16 -07:00
examples ESP32 CAN Driver with examples 2018-04-01 20:56:36 +02:00
src Semaphore in ISR changed 2018-07-28 19:43:43 +02:00
.gitignore ESP32 CAN Driver with examples 2018-04-01 20:56:36 +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.