mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-26 13:11:18 -08:00
update verbiage and trunk format fix
This commit is contained in:
parent
2647e4344f
commit
635285715b
|
@ -5,7 +5,7 @@ sidebar_label: Module API
|
|||
sidebar_position: 3
|
||||
---
|
||||
|
||||
This is a tutorial on how to write new core modules which run on the device. For most use cases starting with the serial module is the way to get started with development. If you are wanting to create a brand new piece of core functionality you would build a module.
|
||||
The purpose of this tutorial is for writing new core modules that can be ran on a device. In most cases, it is best to start with utilizing the serial module rather than creating a new one. However, if you're interested in creating a new core functionality from scratch, then building a module would be appropriate.
|
||||
|
||||
## Key concepts
|
||||
|
||||
|
|
Loading…
Reference in a new issue