Files
allwpilib/hal/include/HAL/Port.h
Tyler Veness 918cde0c0f artf4155: Move Port.h from hal/lib/Athena to hal/include/HAL
Change-Id: I76a8d8baf4d77b7383c321d16a9286537632c3e9
2015-07-30 08:54:02 -07:00

8 lines
77 B
C

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