Update peripherals.mdx

added User Button to peripherals per issue #1027 this will make it clear where we would recommend plugging a user button without using an additional IO board. Also added the link to guide.
This commit is contained in:
HarukiToreda 2024-05-13 23:25:26 -04:00 committed by GitHub
parent da6307b0cc
commit 21236ed83f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,12 +13,29 @@ groupId="rakmodules"
queryString="rakmodules"
defaultValue="GPS"
values={[
{label: 'User Button', value: 'User Button'},
{label: 'GPS Module', value: 'GPS'},
{label: 'Buzzer', value: 'Buzzer'},
{label: 'I/O Module', value: 'IO'},
{label: 'Environmental Sensors', value:'Sensors'},
{label: 'RTC Module', value:'RTC'}
]}>
<TabItem value="User Button">
## User Button
Any tactile momemtary push button is compatible as long as wired to the correct pins here's a sample of a [Push Button](https://a.co/d/bPhhTxm)
The button is recommended to be used on the following base board's exposed pins or slots :
- RAK19007 on AIN1 (Pin 31) - See supporting instructions [Here](https://store.rokland.com/pages/adding-a-user-button-rak19007)
- RAK19001 on IO5 (Pin 37)
</TabItem>
<TabItem value="GPS">
## GPS Modules