Update module-api.mdx

This commit is contained in:
Garth Vander Houwen 2023-04-28 14:25:15 -07:00 committed by GitHub
parent 6f36456a08
commit 2647e4344f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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