CAN library containing a CAN controller object handling a FIFO, and CAN peripherals attached to it.
Diff: PeripheralCAN.cpp
- Revision:
- 2:c81dff9c8a93
- Parent:
- 1:b69d05604535
- Child:
- 4:0ed21bbd917b
--- a/PeripheralCAN.cpp Sat Feb 06 14:18:08 2016 +0000 +++ b/PeripheralCAN.cpp Thu Feb 18 15:40:24 2016 +0000 @@ -1,8 +1,30 @@ +/*************************************************************************** +AUTHORS : BRUNO LARNAUDIE (Main functions) bruno.larnaudie@u-psud.fr + MATHIEU GARIVET (Object Oriented aspect) + * +INSTITUTION : IUT de CACHAN - 9 av. de la div. Leclerc - 94230 CACHAN + +VERSIONS : v1 (03/07/2012) : FIFO organisation + v2 (18/02/2016) : Controller aand Peripheral organisation + +**************************************************************************** +Copyright 2016 LARNAUDIE GARIVET + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +***************************************************************************/ #include "mbed.h" #include "PeripheralCAN.h" -//ControllerCAN PeripheralCAN::controllerCAN; - PeripheralCAN::PeripheralCAN(){ }