Skip to content

Commit

Permalink
Clean up of library examples.
Browse files Browse the repository at this point in the history
Deleted Arduino_Due_CAN_Sample_1 as duplicate of EchoTest
Deleted Arduino_Due_CAN_Sample_2 as using features specific to Due
Deleted Arduino_Due_CAN_Sample_3 as using features specific to Due
Deleted Arduino_Due_CAN_Sample_4 and rolled functionality into ExtendedPingPong
Deleted CAN_Data_Logging as Due specific and functionally the same as ReceiveCANMessages
Deleted CAN_EchoTest as Due specific and functionally the same as
  a combination of ReceiveCANMessages & SendCANMessages
Deleted CAN_TrafficSnooper as Due specific and functionally the same as ReceiveCANMessages
  • Loading branch information
McNeight committed Jun 19, 2014
1 parent 146702d commit fde0776
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 780 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ using a consistent API, making CAN communications easier through Arduino.

The idea behind this CAN library is to use a similar approach to Adafruit's
Unified Sensor library (https://github.com/adafruit/Adafruit_Sensor) by
standardizing CAN frame message structures, filters, masks, buffers, etc
standardizing CAN function calls, frame structure, filters, masks, buffers, etc
to be used with a wide variety of CAN controllers. This library currently
supports the following controllers:

* Microchip MCP2515 through the SPI interface
* Microchip MCP2510 & MCP2515 through the SPI interface
* Tested using various Arduino and Arduino-compatible controllers
* Atmel SAM3X family of MCU
* Tested using the SAM3X8E on the Arduino Due
Expand Down
90 changes: 0 additions & 90 deletions examples/Arduino_Due_CAN_Sample_1/Arduino_Due_CAN_Sample_1.ino

This file was deleted.

106 changes: 0 additions & 106 deletions examples/Arduino_Due_CAN_Sample_2/Arduino_Due_CAN_Sample_2.ino

This file was deleted.

113 changes: 0 additions & 113 deletions examples/Arduino_Due_CAN_Sample_3/Arduino_Due_CAN_Sample_3.ino

This file was deleted.

Loading

0 comments on commit fde0776

Please sign in to comment.