Skip to content

Commit

Permalink
Merge pull request meshtastic#646 from pdxlocations/patch-4
Browse files Browse the repository at this point in the history
Update gpio-peripherals.mdx
  • Loading branch information
rcarteraz authored Jun 2, 2023
2 parents 2e07d34 + b1dcd53 commit e2a85f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration/gpio-peripherals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ You can add a simple LED and resistor to validate that the GPIO operations work
### Preparation
1. Disconnect the remote device from power (battery/usb)
2. Add a resistor from yellow wire to the one end of the LED (either end of the resistor is OK, either end of the LED is OK)
3. Add the yellow wire from a GPIO pin that will not cause any issues (ex: for TLoraV1, we can use GPIO21)
4. Add the black "ground" wire from the ground pin on the device (ex: for TLoraV1 it is the end pin next to the RST button) to the other end of the LED
2. Connect the resistor to the longer (positive) lead of the LED and the yellow wire to the other end of the resistor
3. Connect the other end of the yellow wire to a GPIO pin that will not cause any issues (ex: for TLoraV1, we can use GPIO21)
4. Connect the black "ground" wire from the ground pin on the device (ex: for TLoraV1 it is the end pin next to the RST button) to the shorter (negative) lead of the LED
5. Power on the device
### Validation
Expand Down

1 comment on commit e2a85f6

@vercel
Copy link

@vercel vercel bot commented on e2a85f6 Jun 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

meshtastic – ./

meshtastic-one.vercel.app
meshtastic-git-master-jfirwin.vercel.app
meshtastic-jfirwin.vercel.app

Please sign in to comment.