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:
- 21:82b5759f5047
- Parent:
- 0:488aa8153e15
- Child:
- 30:75cb79acdcff
- Child:
- 34:d704131107dd
--- a/driverLifiTx.cpp Mon Apr 08 04:39:22 2019 +0000 +++ b/driverLifiTx.cpp Tue Apr 09 09:11:24 2019 +0000 @@ -23,6 +23,13 @@ break; } } + +void LifiTx_DebugLedOn(){ + led_tx_debug = 1; +} +void LifiTx_DebugLedOff(){ + led_tx_debug = 0; +} void LifiTx_LedOn(int num) { switch(num) {