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.
buttons_buffer Struct Reference

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
 

Detailed Description

Structure containing a loopup table containing all the keyboards' buttons states and a lock for accessing said table.

Member Data Documentation

◆ buttons

unsigned char buttons_buffer::buttons[SDL_NUM_SCANCODES]

◆ lock

SemaphoreHandle_t buttons_buffer::lock

The documentation for this struct was generated from the following file: