Skip to content

Commit

Permalink
Add label ID to supported devices doc page
Browse files Browse the repository at this point in the history
The generated name mysteriously changed on the generated GitHub documentation. This label should keep it in one place.
  • Loading branch information
dmadison committed Jun 6, 2024
1 parent bbdb209 commit f15caa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The [Sim Racing Library](https://github.com/dmadison/Sim-Racing-Arduino/) is an

Install the library using either [the .zip file from the latest release](https://github.com/dmadison/Sim-Racing-Arduino/releases/latest/) or by searching for "Sim Racing" in the libraries manager of the Arduino IDE. [See the Arduino documentation on how to install libraries for more information.](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries)

[Read the documentation](http://dmadison.github.io/Sim-Racing-Arduino/docs/md_pages_supported_devices.html) to check if your device is supported by the library. Follow the wiring instructions on the device page to connect your device to the Arduino.
[Read the documentation](http://dmadison.github.io/Sim-Racing-Arduino/docs/supported_devices.html) to check if your device is supported by the library. Follow the wiring instructions on the device page to connect your device to the Arduino.

Run one of the library examples in the Arduino IDE by going to `File -> Examples -> Sim Racing Library`. For all peripherals, call `begin()` to initialize the class and `update()` to refresh with new data.

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/supported_devices.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Supported Devices
# Supported Devices {#supported_devices}

### Generic Devices

Expand Down

0 comments on commit f15caa2

Please sign in to comment.