Skip to content

Commit

Permalink
Remove documentation references to obsolete hardware.
Browse files Browse the repository at this point in the history
ArduinoCore-samd is no longer supported.
  • Loading branch information
aentinger committed Aug 9, 2023
1 parent 07d0802 commit e7bca06
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions examples/OpenCyphal-Blink/OpenCyphal-Blink.ino
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
*
* switch built in LED off with
* yakut -i 'CAN(can.media.socketcan.SocketCANMedia("can0",8),59)' pub 1620.uavcan.primitive.scalar.Bit.1.0 'value: false'
*
* Hardware:
* - Arduino MKR family board, e.g. MKR VIDOR 4000
* - Arduino MKR CAN shield
*/

/**************************************************************************************
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/*
* This example shows periodic transmission of a OpenCyphal heartbeat message via CAN.
*
* Hardware:
* - Arduino MKR family board, e.g. MKR VIDOR 4000
* - Arduino MKR CAN shield
*/

/**************************************************************************************
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/*
* This example shows reception of a OpenCyphal heartbeat message via CAN.
*
* Hardware:
* - Arduino MKR family board, e.g. MKR VIDOR 4000
* - Arduino MKR CAN shield
*/

/**************************************************************************************
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/*
* This example shows reception of a OpenCyphal heartbeat message via CAN.
*
* Hardware:
* - Arduino MKR family board, e.g. MKR VIDOR 4000
* - Arduino MKR CAN shield
*/

/**************************************************************************************
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* This example shows how to use the OpenCyphal library to request the performance of a
* service from a service server.
*
* Hardware:
* - Arduino MKR family board, e.g. MKR VIDOR 4000
* - Arduino MKR CAN shield
*/

/**************************************************************************************
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* This example shows how to use the OpenCyphal library to set up a service server
* responding to requests from service clients.
*
* Hardware:
* - Arduino MKR family board, e.g. MKR VIDOR 4000
* - Arduino MKR CAN shield
*/

/**************************************************************************************
Expand Down

0 comments on commit e7bca06

Please sign in to comment.