Home
last modified time | relevance | path

Searched refs:ble_send_ball (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/samples/boards/bbc_microbit/pong/src/
Dpong.h12 void ble_send_ball(int8_t x_pos, int8_t y_pos, int8_t x_vel, int8_t y_vel);
Dble.c92 void ble_send_ball(int8_t x_pos, int8_t y_pos, int8_t x_vel, int8_t y_vel) in ble_send_ball() function
Dmain.c346 ble_send_ball(BALL_POS_X_MAX - ball_pos.x, ball_pos.y, in game_refresh()