mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
update wsl to include i2c definitions and pin map
This commit is contained in:
parent
6b222e6cc6
commit
0057d46b02
|
@ -2,7 +2,7 @@
|
|||
id: buttons
|
||||
title: Hardware Buttons
|
||||
sidebar_label: Buttons
|
||||
sidebar_position: 3
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
## Functionality
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: enclosures
|
||||
title: Enclosures
|
||||
sidebar_label: Enclosures
|
||||
sidebar_position: 3
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
import Tropho from "/img/enclosures/3dp-tropho-heltec32.png";
|
||||
|
|
|
@ -145,9 +145,20 @@ Not recommended because of design issues! Support is being phased out. Use V3 in
|
|||
|
||||
## Features
|
||||
|
||||
- no display
|
||||
- User and Reset switches
|
||||
- No GPS
|
||||
- No display.
|
||||
- User and Reset switches.
|
||||
- Additional GPIO availability.
|
||||
- No GPS.
|
||||
|
||||
### Meshtastic I2C Definitions
|
||||
- SCL: GPIO47
|
||||
- SDA: GPIO48
|
||||
|
||||
### Pin Map
|
||||
|
||||
![HTIT-WSL_V3_PIN_MAP](/img/hardware/HTIT-WSL_V3_PIN_MAP.png)
|
||||
|
||||
Image Source: [Heltec](https://resource.heltec.cn/download/Wireless_Stick_Lite_V3/HTIT-WSL_V3.png)
|
||||
|
||||
## Resources
|
||||
|
||||
|
|
BIN
static/img/hardware/HTIT-WSL_V3_PIN_MAP.png
Normal file
BIN
static/img/hardware/HTIT-WSL_V3_PIN_MAP.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
Loading…
Reference in a new issue