Commit f929524 1 parent 85b3bf0 commit f929524 Copy full SHA for f929524
File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
// - - - - -
2
2
// DmxSerial - A hardware supported interface to DMX.
3
- // DmxSerialSend.ino: Sample DMX application for sending 3 DMX values:
3
+ // DmxSerialSend.ino: Sample DMX application for sending 3 DMX values.
4
+ // There colors in the 3 lists (RedList, GreenList and BlueList) are placed into the DMX buffer with a slow fade.
5
+ // DMXSerial works in the background and constantly sends the actual values over the DMX interface.
6
+ // The actual values are also available on the built in PWM ports:
4
7
// address 1 (red) -> also available on PWM Port 9
5
8
// address 2 (green) -> also available on PWM Port 6
6
9
// address 3 (blue) -> also available on PWM Port 5
7
10
//
8
- // Copyright (c) 2011 by Matthias Hertel, http://www.mathertel.de
11
+ // Copyright (c) 2011-2015 by Matthias Hertel, http://www.mathertel.de
9
12
// This work is licensed under a BSD style license. See http://www.mathertel.de/License.aspx
10
13
//
11
14
// Documentation and samples are available at http://www.mathertel.de/Arduino
15
+ // The repository is on github : https://github.com/mathertel/DMXSerial
16
+ // The repository on github is made available in the Arduino Library Manager.
17
+ //
12
18
// 25.07.2011 creation of the DmxSerial library.
13
19
// 10.09.2011 fully control the serial hardware register
14
20
// without using the Arduino Serial (HardwareSerial) class to avoid ISR implementation conflicts.
@@ -75,4 +81,4 @@ void loop() {
75
81
} // if
76
82
77
83
delayMicroseconds (2000 ); // wait a little bit
78
- } // loop
84
+ } // loop
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ sentence=Enables DMX communication using the built-in serial port for Arduino bo
6
6
paragraph =This is a library for implementing DMX controllers and devices.
7
7
category =Communication
8
8
url =http://www.mathertel.de/Arduino/DMXSerial.aspx
9
- architectures =*
9
+ architectures =avr
You can’t perform that action at this time.
0 commit comments