FreeRTOS Emulator with SDL2 Based Graphics and Input Library
1.0
A POSIX wrapper to run FreeRTOS on an x86 machine with some basic input and output libraries aimed at making teaching FreeRTOS simpler.
|
Structure containing a loopup table containing all the keyboards' buttons states and a lock for accessing said table. More...
#include <buttons.h>
Public Attributes | |
unsigned char | buttons [SDL_NUM_SCANCODES] |
SemaphoreHandle_t | lock |
Structure containing a loopup table containing all the keyboards' buttons states and a lock for accessing said table.
unsigned char buttons_buffer::buttons[SDL_NUM_SCANCODES] |
SemaphoreHandle_t buttons_buffer::lock |