Luis Montes

Results 15 issues of Luis Montes

I understand the covid situation is very different all over the world, but things are getting somewhat under control in some places. Anyone planning on an event this year, masked...

it's currently labeled "Custom Options", but you can only add a single option.

On a pi4. Audio is bad when using vlc player, but with omxplayer and `--adev local` audio is good through the headphone jack. Problem is that omxplayer doesn't seem to...

Thinking it would be cool if we kept some documentation around of SYSEX commands people are using. Things such as the codes for neopixel interaction in node-pixel or the accelerometers...

based on this discussion: https://github.com/firmata/arduino/issues/257#issuecomment-216350738 Would it make sense to use the otherwise unused (in most firmata devices) EEPROM as a simple key-value store?

feature request

Results with a `.then` are generally thought to be promises. The issue here is that the result isn't a real promise and doesn't conform the promises A+ spec. This becomes...

The current implementation always return the same value even when new messages are coming in: ```c++ uint32_t MIDI_::available(void) { ring_bufferMIDI *buffer = &midi_rx_buffer; return (uint32_t)(MIDI_BUFFER_SIZE + buffer->head - buffer->tail) %...

@charliegerard simple fix to make this library also work in browser (main issue was that web ble doesn't guarantee order of characteristics) example of it running with noble's web bluetooth...