Abstracted digital input with debouncing applied.
More...
#include <stdint.h>
#include "MiscConstants.h"
Go to the source code of this file.
Abstracted digital input with debouncing applied.
- Copyright
- Copyright (c) Argos FRC Team 1756. Open Source Software; you can modify and/or share it under the terms of the license file in the root directory of this project.
- Author
- David Turner (dkt01)
- Copyright
- This file is part of 2019-Robot (https://github.com/FRC1756-Argos/2019-Robot).
-
2019-Robot is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
2019-Robot is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
You should have received a copy of the GNU General Public License along with 2019-Robot. If not, see http://www.gnu.org/licenses/.