Skip to content

Commit c20c45d

Browse files
authored
Remove documentation references to obsolete hardware. (#243)
ArduinoCore-samd is no longer supported.
1 parent 07d0802 commit c20c45d

File tree

6 files changed

+0
-24
lines changed

6 files changed

+0
-24
lines changed

examples/OpenCyphal-Blink/OpenCyphal-Blink.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
*
88
* switch built in LED off with
99
* yakut -i 'CAN(can.media.socketcan.SocketCANMedia("can0",8),59)' pub 1620.uavcan.primitive.scalar.Bit.1.0 'value: false'
10-
*
11-
* Hardware:
12-
* - Arduino MKR family board, e.g. MKR VIDOR 4000
13-
* - Arduino MKR CAN shield
1410
*/
1511

1612
/**************************************************************************************

examples/OpenCyphal-Heartbeat-Publisher/OpenCyphal-Heartbeat-Publisher.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
22
* This example shows periodic transmission of a OpenCyphal heartbeat message via CAN.
3-
*
4-
* Hardware:
5-
* - Arduino MKR family board, e.g. MKR VIDOR 4000
6-
* - Arduino MKR CAN shield
73
*/
84

95
/**************************************************************************************

examples/OpenCyphal-Heartbeat-Subscriber-With-Metadata/OpenCyphal-Heartbeat-Subscriber-With-Metadata.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
22
* This example shows reception of a OpenCyphal heartbeat message via CAN.
3-
*
4-
* Hardware:
5-
* - Arduino MKR family board, e.g. MKR VIDOR 4000
6-
* - Arduino MKR CAN shield
73
*/
84

95
/**************************************************************************************

examples/OpenCyphal-Heartbeat-Subscriber/OpenCyphal-Heartbeat-Subscriber.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
22
* This example shows reception of a OpenCyphal heartbeat message via CAN.
3-
*
4-
* Hardware:
5-
* - Arduino MKR family board, e.g. MKR VIDOR 4000
6-
* - Arduino MKR CAN shield
73
*/
84

95
/**************************************************************************************

examples/OpenCyphal-Service-Client/OpenCyphal-Service-Client.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
/*
22
* This example shows how to use the OpenCyphal library to request the performance of a
33
* service from a service server.
4-
*
5-
* Hardware:
6-
* - Arduino MKR family board, e.g. MKR VIDOR 4000
7-
* - Arduino MKR CAN shield
84
*/
95

106
/**************************************************************************************

examples/OpenCyphal-Service-Server/OpenCyphal-Service-Server.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
/*
22
* This example shows how to use the OpenCyphal library to set up a service server
33
* responding to requests from service clients.
4-
*
5-
* Hardware:
6-
* - Arduino MKR family board, e.g. MKR VIDOR 4000
7-
* - Arduino MKR CAN shield
84
*/
95

106
/**************************************************************************************

0 commit comments

Comments
 (0)