Files
allwpilib/hal/lib/Athena/Port.h

8 lines
77 B
C

#pragma once
typedef struct port_t
{
uint8_t pin;
uint8_t module;
} Port;