#ifndef TEST_KEY_H
#define TEST_KEY_H

#include <stdint.h>

uint8_t test_key();

#endif
