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.
Diff: can232.h
- Revision:
- 1:d5452e398b76
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/can232.h Tue Sep 14 21:02:04 2010 +0000 @@ -0,0 +1,25 @@ +/******************************************************************************* + +can232.h +(c) 2010 by Sophie Dexter +portions (c) 2009, 2010 by Janis Silins (johnc) + +******************************************************************************** + +WARNING: Use at your own risk, sadly this software comes with no guarantees. +This software is provided 'free' and in good faith, but the author does not +accept liability for any damage arising from its use. + +*******************************************************************************/ + +#ifndef __CAN232_H__ +#define __CAN232_H__ + +#include "mbed.h" + +#include "common.h" +#include "canutils.h" + +extern void can232(); + +#endif \ No newline at end of file