mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
9dc879235f
* initial devices.json * initial hardware components * testing page at /docs/hardware/supported/template * WIP Changes * Home page work & updates * Fix build * Fix external link button * Setup linting * rename, cleanup & lint * seperate lint cmd for now Co-authored-by: Foster Irwin <foster@jfirwin.com> Co-authored-by: Sacha Weatherstone <sachaw100@hotmail..om>
20 lines
472 B
Plaintext
20 lines
472 B
Plaintext
---
|
|
id: modules
|
|
title: FAQs - Modules
|
|
sidebar_label: Modules
|
|
---
|
|
|
|
## Overview
|
|
|
|
### What are Modules?
|
|
|
|
Modules are features that expand the basic device functionality and/or integrate with other services.
|
|
|
|
### What modules do we have available?
|
|
|
|
A list of available modules is available [here](/docs/software/modules).
|
|
|
|
### I'd like to write a module. How do I get started?
|
|
|
|
API documentation for creating modules is available [here](/docs/developers/firmware/module-api).
|