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.
can232.h
- Committer:
- Just4pLeisure
- Date:
- 2010-09-14
- Revision:
- 1:d5452e398b76
File content as of revision 1:d5452e398b76:
/******************************************************************************* 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