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-22 01:11:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d04476bb2f4bc80a82e3e80d09d32dfb5259b3cf
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