mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-13 15:01:19 -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
|
id: buttons
|
||||||
title: Hardware Buttons
|
title: Hardware Buttons
|
||||||
sidebar_label: Buttons
|
sidebar_label: Buttons
|
||||||
sidebar_position: 3
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
## Functionality
|
## Functionality
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
id: enclosures
|
id: enclosures
|
||||||
title: Enclosures
|
title: Enclosures
|
||||||
sidebar_label: Enclosures
|
sidebar_label: Enclosures
|
||||||
sidebar_position: 3
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
import Tropho from "/img/enclosures/3dp-tropho-heltec32.png";
|
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
|
## Features
|
||||||
|
|
||||||
- no display
|
- No display.
|
||||||
- User and Reset switches
|
- User and Reset switches.
|
||||||
- No GPS
|
- 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
|
## 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