mirror of
https://github.com/solderparty/i2c_puppet.git
synced 2025-08-18 09:09:39 +02:00
7 lines
134 B
C
7 lines
134 B
C
#pragma once
|
|
|
|
#define VERSION_MAJOR 1
|
|
#define VERSION_MINOR 2
|
|
|
|
#define KEY_FIFO_SIZE 31 // number of keys in the public FIFO
|