We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668357e commit f070dacCopy full SHA for f070dac
libraries/CAN/examples/CANWrite/CANWrite.ino
@@ -19,15 +19,6 @@ void setup()
19
Serial.begin(115200);
20
while (!Serial) { }
21
22
- /* You need to enable the CAN transceiver
23
- * by commenting in below code when using
24
- * a Portenta H33 on a Portenta Max Carrier.
25
- * Note: Only CAN1 is available on the Portenta
26
- * Max Carrier's RJ10 CAN connector.
27
- */
28
- pinMode(PIN_CAN1_STBY, OUTPUT);
29
- digitalWrite(PIN_CAN1_STBY, LOW);
30
-
31
if (!CAN.begin(CanBitRate::BR_250k))
32
{
33
Serial.println("CAN.begin(...) failed.");
0 commit comments