Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dpong.h7 void pong_ball_received(int8_t x_pos, int8_t y_pos, int8_t x_vel, int8_t y_vel);
Dble.c156 pong_ball_received(data->ball.x_pos, data->ball.y_pos, in notify_func()
Dmain.c391 void pong_ball_received(int8_t x_pos, int8_t y_pos, int8_t x_vel, int8_t y_vel) in pong_ball_received() function