forkineye / E131

E1.31 (sACN) library for Arduino with ESP8266 support
127 stars 44 forks source link

polishing: No double negations #17

Open juleskers opened 6 years ago

juleskers commented 6 years ago

Hi Forkineye,

I'm very grateful to your excellent E131 code; I'm reading it to learn how to handle my own E131 on a particle photon.

In doing so, I kept struggling with the double negations around #ifndef NO_DOUBLE_BUFFER. I've decided to flip it around for less confusion, and wanted to offer it up to you as "upstream", in case you might find it useful.

If you find it useful, please feel free to take it, I put this contribution into the public domain, so that you may use it in whatever way you see fit.

Thank you for the excellent library, I am going to fiddle with it further :-)