6-8-22 update linked names of Parts 2, 3, 4

Westside Robotics
2022-06-08 17:06:11 -07:00
parent d6b91a43c1
commit 30b3cb4049

@ -246,11 +246,11 @@ You are encouraged to submit and describe other examples that worked for you.
This is **Part 1** of a 4-part series on FTC Datalogging.
[**Part 2**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging,-Part-2-Custom-Data) shows how to customize the sample OpMode to log other robot data of your choice.
[**Part 2**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging-Part-2,-Custom-Data) shows how to customize the sample OpMode to log other robot data of your choice.
[**Part 3**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging,-Part-3-RC-File-Transfer) shows Android Studio users how to transfer datalog files from the RC device to a computer. (This isn't needed with OnBot Java, where datalogs appear on-screen for easy Download.)
[**Part 3**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging-Part-3,-RC-File-Transfer) shows Android Studio users how to transfer datalog files from the RC device to a computer. (This isn't needed with OnBot Java, where datalogs appear on-screen for easy Download.)
[**Part 4**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging,-Part-4-Java-Learning-Exercise) describes the inner workings of a **different**, much simpler Datalogging class. It's strictly a Java learning exercise, showing basic steps to log robot data on the RC device. It does not require familiarity with Parts 1 and 2.
[**Part 4**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging-Part-4,-Java-Learning-Exercise) describes the inner workings of a **different**, much simpler Datalogging class. It's strictly a Java learning exercise, showing basic steps to log robot data on the RC device. It does not require familiarity with Parts 1 and 2.
***