mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Replace references of frc-docs with wpilib-docs (NFC) (#8926)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "wpi/hardware/bus/I2C.hpp"
|
||||
|
||||
/**
|
||||
* ADXL346, 362 Accelerometer snippets for frc-docs.
|
||||
* ADXL346, 362 Accelerometer snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/accelerometers-software.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "wpi/units/acceleration.hpp"
|
||||
|
||||
/**
|
||||
* Collision detection snippets for frc-docs.
|
||||
* Collision detection snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/accelerometers-software.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "wpi/units/acceleration.hpp"
|
||||
|
||||
/**
|
||||
* Accelerometer filtering snippets for frc-docs.
|
||||
* Accelerometer filtering snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/accelerometers-software.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "wpi/hardware/discrete/AnalogInput.hpp"
|
||||
|
||||
/**
|
||||
* AnalogAccelerometer snippets for frc-docs.
|
||||
* AnalogAccelerometer snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/accelerometers-software.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "wpi/hardware/rotation/AnalogEncoder.hpp"
|
||||
|
||||
/**
|
||||
* AnalogEncoder snippets for frc-docs.
|
||||
* AnalogEncoder snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/encoders-software.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "wpi/hardware/discrete/AnalogInput.hpp"
|
||||
|
||||
/**
|
||||
* AnalogInput snippets for frc-docs.
|
||||
* AnalogInput snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/analog-input-software.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "wpi/hardware/rotation/AnalogPotentiometer.hpp"
|
||||
|
||||
/**
|
||||
* AnalogPotentiometer snippets for frc-docs.
|
||||
* AnalogPotentiometer snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/analog-potentiometers-software.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "wpi/hardware/discrete/DigitalInput.hpp"
|
||||
|
||||
/**
|
||||
* Digital Input snippets for frc-docs.
|
||||
* Digital Input snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/digital-input-software.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "wpi/hardware/rotation/DutyCycleEncoder.hpp"
|
||||
|
||||
/**
|
||||
* DutyCycleEncoder snippets for frc-docs.
|
||||
* DutyCycleEncoder snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/encoders-software.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "wpi/util/deprecated.hpp"
|
||||
|
||||
/**
|
||||
* Encoder snippets for frc-docs.
|
||||
* Encoder snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/encoders-software.html
|
||||
*/
|
||||
WPI_IGNORE_DEPRECATED
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "wpi/hardware/rotation/Encoder.hpp"
|
||||
|
||||
/**
|
||||
* Encoder drive to distance snippets for frc-docs.
|
||||
* Encoder drive to distance snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/encoders-software.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "wpi/hardware/rotation/Encoder.hpp"
|
||||
|
||||
/**
|
||||
* Encoder mechanism homing snippets for frc-docs.
|
||||
* Encoder mechanism homing snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/encoders-software.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "wpi/hardware/motor/PWMVictorSPX.hpp"
|
||||
|
||||
/**
|
||||
* Limit Switch snippets for frc-docs.
|
||||
* Limit Switch snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/limit-switch.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "wpi/units/angle.hpp"
|
||||
|
||||
/**
|
||||
* Onboard IMU snippets for frc-docs.
|
||||
* Onboard IMU snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/hardware-apis/sensors/accelerometers-software.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "wpi/units/voltage.hpp"
|
||||
|
||||
/**
|
||||
* wpi::math::ProfiledPIDController with feedforward snippets for frc-docs.
|
||||
* wpi::math::ProfiledPIDController with feedforward snippets for wpilib-docs.
|
||||
* https://docs.wpilib.org/en/stable/docs/software/advanced-controls/controllers/profiled-pidcontroller.html
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"name": "Encoder",
|
||||
"description": "Snippets of Encoder class usage for frc-docs.",
|
||||
"description": "Snippets of Encoder class usage for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Encoder"
|
||||
@@ -11,7 +11,7 @@
|
||||
},
|
||||
{
|
||||
"name": "DutyCycleEncoder",
|
||||
"description": "Snippets of DutyCycleEncoder class usage for frc-docs.",
|
||||
"description": "Snippets of DutyCycleEncoder class usage for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Encoder",
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
{
|
||||
"name": "AnalogEncoder",
|
||||
"description": "Snippets of AnalogEncoder class usage for frc-docs.",
|
||||
"description": "Snippets of AnalogEncoder class usage for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Encoder",
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
{
|
||||
"name": "EncoderDrive",
|
||||
"description": "Snippets of driving to a distance for frc-docs.",
|
||||
"description": "Snippets of driving to a distance for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Encoder",
|
||||
@@ -44,7 +44,7 @@
|
||||
},
|
||||
{
|
||||
"name": "EncoderHoming",
|
||||
"description": "Snippets of homing a mechanism for frc-docs.",
|
||||
"description": "Snippets of homing a mechanism for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Encoder",
|
||||
@@ -55,7 +55,7 @@
|
||||
},
|
||||
{
|
||||
"name": "LimitSwitch",
|
||||
"description": "Snippets of Limit Switch for frc-docs.",
|
||||
"description": "Snippets of Limit Switch for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Digital Input"
|
||||
@@ -65,7 +65,7 @@
|
||||
},
|
||||
{
|
||||
"name": "DigitalInput",
|
||||
"description": "Snippets of Digital Input for frc-docs.",
|
||||
"description": "Snippets of Digital Input for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Digital Input"
|
||||
@@ -75,7 +75,7 @@
|
||||
},
|
||||
{
|
||||
"name": "AnalogInput",
|
||||
"description": "Snippets of Analog Input for frc-docs.",
|
||||
"description": "Snippets of Analog Input for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Analog"
|
||||
@@ -85,7 +85,7 @@
|
||||
},
|
||||
{
|
||||
"name": "AnalogPotentiometer",
|
||||
"description": "Snippets of Analog Potentiometer for frc-docs.",
|
||||
"description": "Snippets of Analog Potentiometer for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Analog"
|
||||
@@ -95,7 +95,7 @@
|
||||
},
|
||||
{
|
||||
"name": "AnalogAccelerometer",
|
||||
"description": "Snippets of Analog Accelerometer for frc-docs.",
|
||||
"description": "Snippets of Analog Accelerometer for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Analog",
|
||||
@@ -106,7 +106,7 @@
|
||||
},
|
||||
{
|
||||
"name": "ADXLAccelerometers",
|
||||
"description": "Snippets of ADXL 345 and 362 Accelerometers for frc-docs.",
|
||||
"description": "Snippets of ADXL 345 and 362 Accelerometers for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Accelerometer"
|
||||
@@ -116,7 +116,7 @@
|
||||
},
|
||||
{
|
||||
"name": "AccelerometerCollisionDetection",
|
||||
"description": "Snippets of Accelerometer collision detection for frc-docs.",
|
||||
"description": "Snippets of Accelerometer collision detection for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Accelerometer",
|
||||
@@ -127,7 +127,7 @@
|
||||
},
|
||||
{
|
||||
"name": "AccelerometerFilter",
|
||||
"description": "Snippets of filtering Accelerometer for frc-docs.",
|
||||
"description": "Snippets of filtering Accelerometer for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Accelerometer",
|
||||
@@ -138,7 +138,7 @@
|
||||
},
|
||||
{
|
||||
"name": "OnboardIMU",
|
||||
"description": "Snippets of OnboardIMU for frc-docs.",
|
||||
"description": "Snippets of OnboardIMU for wpilib-docs.",
|
||||
"tags": [
|
||||
"Hardware",
|
||||
"Accelerometer",
|
||||
@@ -149,7 +149,7 @@
|
||||
},
|
||||
{
|
||||
"name": "ProfiledPIDFeedforward",
|
||||
"description": "Snippets of ProfiledPIDController with feedforward for frc-docs.",
|
||||
"description": "Snippets of ProfiledPIDController with feedforward for wpilib-docs.",
|
||||
"tags": [
|
||||
"PID",
|
||||
"Profiled PID"
|
||||
|
||||
Reference in New Issue
Block a user