Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
Public Attributes | List of all members
kb_event Struct Reference

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
 

Detailed Description

Structure of SPI keyboard event, Contains pressed scancode, flags and timestamp of event creation.

Definition at line 23 of file keyboard.h.

Member Data Documentation

◆ flags

uint8_t kb_event::flags

Definition at line 25 of file keyboard.h.

◆ scancode

uint16_t kb_event::scancode

Definition at line 24 of file keyboard.h.

◆ timestamp

struct timeval kb_event::timestamp

Definition at line 25 of file keyboard.h.


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