adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
601 stars 488 forks source link

Need to be able to write an array of bytes #763

Closed ispybadguys closed 1 year ago

ispybadguys commented 1 year ago

Is your feature request related to a problem? Please describe. I have a 6 byte array that is a camera command. The command works as a byte array in Nordic's App but not with 6 .write8(0

Describe the solution you'd like I would like a writeByteArray() method.

Describe alternatives you've considered I can't think of one.

Additional context NA

ispybadguys commented 1 year ago

Nevermind