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: driverLifiTx.cpp
- Revision:
- 26:26474003e443
- Parent:
- 0:488aa8153e15
- Child:
- 28:1754d532cb52
--- a/driverLifiTx.cpp Tue Apr 09 11:48:11 2019 +0000 +++ b/driverLifiTx.cpp Tue Apr 09 12:06:34 2019 +0000 @@ -23,6 +23,14 @@ break; } } + +void LifiTx_DebugLedOn(){ + // online compile error + //led_tx_debug = 1; +} +void LifiTx_DebugLedOff(){ + //led_tx_debug = 0; +} void LifiTx_LedOn(int num) { switch(num) {