├── FlexCAN.cpp ├── FlexCAN.h ├── FlexCAN.kdev4 ├── FlexCAN_pins.png ├── FlexCAN_pins_35.png ├── FlexCAN_pins_36.png ├── FlexCAN_pins_alt.png ├── LICENSE ├── README.md ├── examples ├── CANTest │ └── CANTest.ino ├── ObjectOrientedCAN │ └── ObjectOrientedCAN.ino ├── ObjectOrientedCANExtendedIDs │ └── ObjectOrientedCANExtendedIDs.ino └── Rx-SingleBus-WithObjects │ └── Rx-SingleBus-WithObjects.ino ├── keywords.txt └── kinetis_flexcan.h /FlexCAN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/FlexCAN.cpp -------------------------------------------------------------------------------- /FlexCAN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/FlexCAN.h -------------------------------------------------------------------------------- /FlexCAN.kdev4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/FlexCAN.kdev4 -------------------------------------------------------------------------------- /FlexCAN_pins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/FlexCAN_pins.png -------------------------------------------------------------------------------- /FlexCAN_pins_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/FlexCAN_pins_35.png -------------------------------------------------------------------------------- /FlexCAN_pins_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/FlexCAN_pins_36.png -------------------------------------------------------------------------------- /FlexCAN_pins_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/FlexCAN_pins_alt.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/README.md -------------------------------------------------------------------------------- /examples/CANTest/CANTest.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/examples/CANTest/CANTest.ino -------------------------------------------------------------------------------- /examples/ObjectOrientedCAN/ObjectOrientedCAN.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/examples/ObjectOrientedCAN/ObjectOrientedCAN.ino -------------------------------------------------------------------------------- /examples/ObjectOrientedCANExtendedIDs/ObjectOrientedCANExtendedIDs.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/examples/ObjectOrientedCANExtendedIDs/ObjectOrientedCANExtendedIDs.ino -------------------------------------------------------------------------------- /examples/Rx-SingleBus-WithObjects/Rx-SingleBus-WithObjects.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/examples/Rx-SingleBus-WithObjects/Rx-SingleBus-WithObjects.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/keywords.txt -------------------------------------------------------------------------------- /kinetis_flexcan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/collin80/FlexCAN_Library/HEAD/kinetis_flexcan.h --------------------------------------------------------------------------------