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.
Dependencies: mbed
Diff: inc/th_rtz.h
- Revision:
- 51:abe8a392d50b
- Child:
- 52:2b3b194144da
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inc/th_rtz.h Wed Mar 13 19:10:40 2019 +0000 @@ -0,0 +1,50 @@ +//------------------------------------------------------------------------------- +// +// Treehouse Designs Inc. +// Colorado Springs, Colorado +// +// Copyright (c) 2016 by Treehouse Designs Inc. +// Copyright (c) 2018 by Agility Power Systems Inc. +// +// This code is the property of Treehouse Designs, Inc. (Treehouse) and +// Agility Power Systems Inc. (Agility) and may not be redistributed +// in any form without prior written permission from +// both copyright holders, Treehouse and Agility. +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// +//------------------------------------------------------------------------------- +// +// REVISION HISTORY: +// +// $Author: $ +// $Rev: $ +// $Date: $ +// $URL: $ +// +//------------------------------------------------------------------------------- + +#ifndef OCL_H_ // Include guards +#define OCL_H_ + +#include <string> + +void Mstr_Rx1_riseIRQ(void); + +void Mstr_Rx1_fallIRQ(void); + +void initFibers(void); + +void getOCLResponse(string &oclResponse); + +void sendPreamble(void); + +void sendMstr_one(void); + +void sendMstr_zero(void); + +void sendByte(unsigned short slaveNum, char data_byte); + +#endif // OCL_H_ \ No newline at end of file