mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
Ralf Ramsauer
6725555af6
We will soon share them with python Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
17 lines
417 B
C
17 lines
417 B
C
/*
|
|
* doorlock-avr, AVR code of Binary Kitchen's doorlock
|
|
*
|
|
* Copyright (c) Binary Kitchen, 2019
|
|
*
|
|
* Authors:
|
|
* Ralf Ramsauer <ralf@binary-kitchen.de>
|
|
*
|
|
* This work is licensed under the terms of the GNU GPL, version 2. See
|
|
* the COPYING file in the top-level directory.
|
|
*/
|
|
|
|
#define AVR_STATE_SWITCH_RED 'r'
|
|
#define AVR_STATE_SWITCH_YELLOW 'y'
|
|
#define AVR_STATE_SWITCH_GREEN 'g'
|
|
#define AVR_EMERGENCY 'E'
|