mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-03 09:57:49 -08:00
10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
|
---
|
||
|
id: writing-modules
|
||
|
title: Creating New Modules
|
||
|
sidebar_label: Create a Module
|
||
|
sidebar_position: 5
|
||
|
---
|
||
|
|
||
|
import NewModule from '../development/device/module-api.mdx'
|
||
|
|
||
|
<NewModule components={props.components} />
|