mbed HRM11017を使ってkonashi.jsでナイトライダー

Dependencies:   BLE_API_Native_IRC mbed

Fork of BLE_RCBController by Junichi Katsu

Embed: (wiki syntax)

« Back to documentation index

ble_rpc_cmd_encoder.h File Reference

ble_rpc_cmd_encoder.h File Reference

Go to the source code of this file.

Data Structures

struct  cmd_response_t
 Command response type. More...

Functions

uint32_t ble_rpc_cmd_encoder_init (void)
 Function for initializing the BLE S110 RPC Command Encoder module.
uint32_t ble_rpc_cmd_resp_wait (uint8_t op_code)
 Function for blocking in a loop, using WFE to allow low power mode, while awaiting a response from the connectivity chip.
void ble_rpc_cmd_rsp_pkt_received (uint8_t *p_packet, uint16_t packet_length)
 Function for handling the command response packet.

Detailed Description

Definition in file ble_rpc_cmd_encoder.h.