HomeSort by relevance Sort by last modified time
    Searched full:uart_buffer (Results 1 - 1 of 1) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
nrf8001-helloworld.cxx 81 static uint8_t uart_buffer[20]; variable
302 uart_buffer[i] = aci_evt->params.data_received.rx_data.aci_data[i];
315 printf ("Incomming data - %s\n", uart_buffer);

Completed in 193 milliseconds