Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:ec529582beed, committed 2016-06-16
- Comitter:
- kelloo
- Date:
- Thu Jun 16 05:56:53 2016 +0000
- Parent:
- 0:bd23027c06bd
- Commit message:
- Can Logger
Changed in this revision
MITSUBA_CAN.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MITSUBA_CAN.h Thu Jun 16 05:54:26 2016 +0000 +++ b/MITSUBA_CAN.h Thu Jun 16 05:56:53 2016 +0000 @@ -31,7 +31,7 @@ */ MITSUBA(CAN &_can, int freq); /** - * Fetch and Parse datas sent by the MITSUBA Inverter. + * Fetch and Parse data sent by the MITSUBA Inverter. @param val LogFrame Address */ void GetCanData(unsigned char val);