int16 arrays in inline c code #7985
|
A simple question about C code, which will run on a Bangle.js. How do I define an array of sixteen bit signed integers? I have data coming in from a sensor in this format, and a function headed by This doesn't work, since I tried using the type |
Replies: 1 comment 1 reply
|
Ok, I think the answer to this question is |
Ok, I think the answer to this question is
short. Never mind :)