From f8a506ccc28447ff6f20bba13ad04e7ce8d26318 Mon Sep 17 00:00:00 2001 From: Prince Bett <75972193+kodesafi@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:13:50 +0300 Subject: [PATCH] doc: add getting started tip (#156) direct new users to microzig-examples for ease the onboarding experience. --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index 903b390..d21a7d2 100644 --- a/README.adoc +++ b/README.adoc @@ -29,6 +29,10 @@ This repo contains the infrastructure for getting started in an embedded Zig pro * device drivers for interacting with external hardware * an uncomplicated method to define xref:interrupts[interrupts] +== Getting Started + +Visit https://github.com/ZigEmbeddedGroup/microzig-examples to find examples for your specific board. + == Design For MicroZig internals please see the xref:docs/design.adoc[Design Document].