FreeRTOS Tetris
|
Header file for opponent.c. More...
#include "tetrisConfig.h"
Go to the source code of this file.
Functions | |
int | iOpponentInit () |
Initialize the opponent functionality. More... | |
Variables | |
QueueHandle_t | TetrominoQueue |
Queue for receiving tetromino types from opponent | |
SemaphoreHandle_t | NextTetrominoSignal |
Signal for the next Tetromino | |
TaskHandle_t | UDPControlTask |
Task to control the UDP socket | |
Header file for opponent.c.