Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 6e270d9

Browse files
committed
Update README with not working features
1 parent ac38c30 commit 6e270d9

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Requires an external 3.3V CAN transceiver, such as a [TI SN65HVD230](http://www.
4141

4242
`CTX` and `CRX` pins can be changed by using `CAN.setPins(rx, tx)`.
4343

44+
Loopback mode, sleep, and packet filtering currently do not work.
45+
4446
## Installation
4547

4648
### Using the Arduino IDE Library Manager

src/ESP32S3.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@ void ESP32S3Class::setPins(int rx, int tx)
146146
_txPin = (gpio_num_t)tx;
147147
}
148148

149-
void ESP32S3Class::dumpRegisters(Stream& out)
150-
{
151-
152-
}
153-
154149
void ESP32S3Class::handleInterrupt(twai_message_t message)
155150
{
156151
_rxId = message.identifier;

src/ESP32S3.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ class ESP32S3Class : public CANControllerClass {
3939

4040
void setPins(int rx, int tx);
4141

42-
void dumpRegisters(Stream& out);
43-
4442
private:
4543
void reset();
4644

0 commit comments

Comments
 (0)