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.
Dependents: MBED_LIN_RGB_Master_Example
Diff: LinMaster.cpp
- Revision:
- 1:58b5d1e8fae3
- Parent:
- 0:c91a9ebab739
- Child:
- 2:6d4c7f841a5d
--- a/LinMaster.cpp Tue May 06 19:56:48 2014 +0000 +++ b/LinMaster.cpp Tue May 06 20:17:35 2014 +0000 @@ -1,4 +1,4 @@ -/** +/* * Master device LIN communication library for mbed * * Copyright (C) 2014 TASS Belgium NV @@ -65,7 +65,7 @@ return ( 1000000/u16BitPeriod ); } -bool LinMaster::SendFrame(bool blDir, uint8_t u8ID, uint8_t* ptrData, uint8_t u8Len) +bool LinMaster::SendFrame(FrameDir Dir, uint8_t u8ID, uint8_t* ptrData, uint8_t u8Len) { DigitalInOut LinPin(MyPin); LinPin.output();