mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Update module-api.mdx
This commit is contained in:
parent
6f36456a08
commit
2647e4344f
|
@ -5,7 +5,7 @@ sidebar_label: Module API
|
|||
sidebar_position: 3
|
||||
---
|
||||
|
||||
This is a tutorial on how to write small modules which run on the device. Modules are bits of regular 'Arduino' code that can send and receive packets to other Nodes/Apps/PCs using the Meshtastic mesh.
|
||||
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.
|
||||
|
||||
## Key concepts
|
||||
|
||||
|
|
Loading…
Reference in a new issue