c - unsigned char[], bits or bytes? -


i'm writing kind of protocol transmit nrf24 module so, procotol declared this:

unsigned char protocol[16]; 

that protocol have 16bits or 16bytes size?

16 bytes. 1 char 1 byte on systems.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -