mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
artf4155: Move Port.h from hal/lib/Athena to hal/include/HAL
Change-Id: I76a8d8baf4d77b7383c321d16a9286537632c3e9
This commit is contained in:
committed by
Brad Miller (WPI)
parent
43f16510fa
commit
918cde0c0f
7
hal/include/HAL/Port.h
Normal file
7
hal/include/HAL/Port.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
typedef struct port_t
|
||||
{
|
||||
uint8_t pin;
|
||||
uint8_t module;
|
||||
} Port;
|
||||
Reference in New Issue
Block a user