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: SPK-TVOne DMX DmxArtNet NetServicesMin OSC PinDetect mRotaryEncoder iniparser mbed spk_oled_ssd1305 filter
Diff: main.cpp
- Revision:
- 7:e6717468c18d
- Parent:
- 5:f8b285ca41ba
- Child:
- 8:d46cc49f0f37
--- a/main.cpp Thu Jul 19 11:02:29 2012 +0000
+++ b/main.cpp Fri Jul 20 17:21:48 2012 +0000
@@ -203,7 +203,7 @@
std::stringstream statusMessage;
int xFadeDMX = dmx->get(kDMXInChannelXFade);
- int fadeUpDMX = dmx->get(kDMXInChannelXFade);
+ int fadeUpDMX = dmx->get(kDMXInChannelFadeUp);
xFade = (float)xFadeDMX/255;
fadeUp = (float)fadeUpDMX/255;