Release 1.01
Revision 2:e700404156e4, committed 2019-09-17
- Comitter:
- foxbrianr
- Date:
- Tue Sep 17 13:48:49 2019 +0000
- Parent:
- 1:0803158da847
- Commit message:
- Beta 2
Changed in this revision
emic2.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0803158da847 -r e700404156e4 emic2.h --- a/emic2.h Thu Sep 12 11:28:21 2019 +0000 +++ b/emic2.h Tue Sep 17 13:48:49 2019 +0000 @@ -1,3 +1,25 @@ +/************************************************************************** + * @file emic2.h + * @brief Base class for wrapping the interface with the EMIC2 Sound Care + * @version: V1.0 + * @date: 9/17/2019 + + * + * @note + * Copyright (C) 2019 E3 Design. All rights reserved. + * + * @par + * E3 Designers LLC is supplying this software for use with Cortex-M3 LPC1768 + * processor based microcontroller for the ESCM 2000 Monitor and Display. + * * + * @par + * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED + * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. + * ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR + * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER. + * + ******************************************************************************/ #ifndef _EMIC2_DRIVER_ #define _EMIC2_DRIVER_ @@ -45,7 +67,7 @@ //used by printf - supply it and printf works! virtual int _putc(int c) { _cmd.putc(c); - wait_us(1); + ThisThread::sleep_for(1); return 0; }; virtual int _getc() {