This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to Split Array value Which send Phone

Hi everyone 

I want to sperate array data. For example phone send sifre[4] = {0x00, 0x01, 0x02, 0x03} and seperate my board 

static const uint16_t sifre[4] = {0x00, 0x01, 0x02, 0x03};
if(led_state == sifre[4])
bsp_board_led_on(LED_2)

how can i do it?

Related