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: ComLink.h
- Revision:
- 5:b2bc6e87890f
- Parent:
- 2:c1599cad82c3
--- a/ComLink.h Wed Mar 09 13:25:31 2016 +0000 +++ b/ComLink.h Thu Nov 04 18:01:57 2021 +0000 @@ -62,7 +62,7 @@ int Work(); //Sender - void StatusUpdate(float Vout,float Iout,float Irotor,float Temp,float Vbat); + void StatusUpdate(float Vout,float Iout,float Irotor); //Generator data void TxErrStateArr(float *value, int Size); void TxSetStateArr(float *value, int Size);