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-20 00:51:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2d71c1c1c73a6dd8d2d96fb67b083b97ac8af09c
allwpilib
/
eclipse-plugins
/
edu.wpi.first.wpilib.plugins.cpp
/
resources
/
templates
/
command-based
/
OI.cpp
7 lines
73 B
C++
Raw
Normal View
History
Unescape
Escape
Initial checkin of unified hierarchy of WPILib 2015
2013-12-15 18:30:16 -05:00
#
include
"OI.h"
Version 4 Image Updated the HAL library to work with the new version 3 headers from NI. There were multiple changes in this verison: more PWM generators were added, so the functions for setting PWM signals have been updated. UserWatchdog has been removed, and Watchdog has been removed from WPILib to accomodate for this. Digital selection has been consolidated to one function in the NI headers, so this has been updated in the HAL. New SPI and I2C libraries have been added, but need to be implemented in the HAL before they will work.
2014-02-25 18:43:40 -05:00
OI
:
:
OI
(
)
{
Initial checkin of unified hierarchy of WPILib 2015
2013-12-15 18:30:16 -05:00
// Process operator interface input here.
}
Reference in New Issue
Copy Permalink