2024-Robot
Robot code for 2024 FRC season by Argos, FRC team #1756
Loading...
Searching...
No Matches
encoders.h
Go to the documentation of this file.
1
4
5#pragma once
6#include <ctre/phoenix6/CANcoder.hpp>
7
8namespace encoder_conf {
9 namespace comp_bot {
10 namespace drive {
11 struct genericTurn {
12 constexpr static auto range = ctre::phoenix6::signals::AbsoluteSensorRangeValue::Signed_PlusMinusHalf;
13 };
14 } // namespace drive
15 } // namespace comp_bot
16
17 namespace practice_bot {
18 namespace drive {
20 } // namespace drive
21
22 } // namespace practice_bot
23} // namespace encoder_conf
Definition encoders.h:8
static constexpr auto range
Definition encoders.h:12