mirror of
https://github.com/grymoire/i2c_puppet-Linux.git
synced 2025-04-05 16:36:46 +02:00
7 lines
134 B
C
7 lines
134 B
C
#pragma once
|
|
|
|
#define VERSION_MAJOR 1
|
|
#define VERSION_MINOR 1
|
|
|
|
#define KEY_FIFO_SIZE 31 // number of keys in the public FIFO
|