This website requires JavaScript.
Explore
Help
Register
Sign In
Team2890
/
allwpilib
Watch
4
Star
0
Fork
0
You've already forked allwpilib
mirror of
https://github.com/wpilibsuite/allwpilib
synced
2026-06-21 01:01:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cd29e1c32f9c8e030d1b56ea4e64befa67ec1ce3
allwpilib
/
hal
/
lib
/
Athena
/
Port.h
8 lines
77 B
C
Raw
Normal View
History
Unescape
Escape
Reverting back to static .a files for C++ and fixing lots of other assorted items
2014-05-02 17:54:01 -04:00
#
pragma once
Initial checkin of unified hierarchy of WPILib 2015
2013-12-15 18:30:16 -05:00
Reverting back to static .a files for C++ and fixing lots of other assorted items
2014-05-02 17:54:01 -04:00
typedef
struct
port_t
{
uint8_t
pin
;
uint8_t
module
;
}
Port
;
Reference in New Issue
Copy Permalink