We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f622a commit dd7a31dCopy full SHA for dd7a31d
src/DmxInput.h
@@ -83,6 +83,8 @@ class DmxInput
83
/*
84
Start async read process. This should only be called once.
85
From then on, the buffer will always contain the latest DMX data.
86
+ If you want to be notified whenever a new DMX frame has been received,
87
+ provide a callback function that will be called without arguments.
88
*/
89
void read_async(volatile uint8_t *buffer, void (*inputUpdatedCallback)(void) = nullptr);
90
0 commit comments