Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
|
Structure of SPI keyboard event, Contains pressed scancode, flags and timestamp of event creation. More...
#include <keyboard.h>
Public Attributes | |
uint16_t | scancode |
uint8_t | flags |
struct timeval | timestamp |
Structure of SPI keyboard event, Contains pressed scancode, flags and timestamp of event creation.
Definition at line 23 of file keyboard.h.
uint8_t kb_event::flags |
Definition at line 25 of file keyboard.h.
uint16_t kb_event::scancode |
Definition at line 24 of file keyboard.h.
struct timeval kb_event::timestamp |
Definition at line 25 of file keyboard.h.