mirror of
https://github.com/grymoire/i2c_puppet-Linux.git
synced 2024-12-27 05:48:21 +01: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
|