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: dmx_test ArtNodeLED SPK-DVIMXR SPK-DMXer ... more
Diff: DMX.h
- Revision:
- 9:e687f321c428
- Parent:
- 8:d4a45bba41d2
- Child:
- 10:b748aab8404c
--- a/DMX.h Mon Mar 11 04:02:26 2013 +0000
+++ b/DMX.h Fri Mar 29 02:06:50 2013 +0000
@@ -16,9 +16,10 @@
#define DMX_UART_DIRECT
#define DMX_SIZE 512
-#define DMX_TIME_BREAK 100 // 100us
-#define DMX_TIME_MAB 10 // 10us
-#define DMX_TIME_BETWEEN 10 // 10us
+#define DMX_TIME_BREAK 100 // 100us (88us-1s)
+#define DMX_TIME_MAB 10 // 10us (8us-1s)
+#define DMX_TIME_BETWEEN 10 // 10us (0-1s)
+#define DMX_START_CODE 0
enum DMX_MODE {
DMX_MODE_BEGIN,