Mark Lentczner

Results 16 issues of Mark Lentczner

Any interest in generalizing this over input stream time? I'm working on parsing MIDI messages (via JS WebMIDI API) - and recently had to essentially duplicate about half of this...

`Data.Binary` is small enough, and exports names that are unique enough, that it can commonly be simply imported wholesale: ``` import Data.Binary ``` However, this also happens to re-export Data.Word,...

The implementation of sending commands to the SSD1306 is factored out into a private `Transaction` class. This class gathers all the logic for handling sending multiple byte commands and data...

The code to manage the transactions, and to send commands and data is duplicated in several places. The code contains some tricky branches because of support for various connection methods,...

The USERROW structures have non-portable uses of bitfields, as well as a large amount of code that essentially duplicates what the compiler should be doing with them. Furthermore, GCC 4.4...

FreeTouch as used in libraries - Adafruit_Circuit_Playground 1.11.4 - Adafruit_FreeTouch 1.1.1 - Arduino board: Circuit Playground Express, or any SAM D21 board - Arduino IDE version: 1.8.13 ## Summary During...