Home
last modified time | relevance | path

Searched defs:y_vel (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/samples/boards/bbc_microbit/pong/src/
Dble.c80 int8_t y_vel; member
92 void ble_send_ball(int8_t x_pos, int8_t y_pos, int8_t x_vel, int8_t y_vel) in ble_send_ball()
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()