blob: 8679c26f6b0c21483c86755a10975285b7de6cfe [file] [log] [blame]
#pragma once
typedef struct port_t
{
uint8_t pin;
uint8_t module;
} Port;