From 228cdc8fa2540fb99d4d626b08284a3343a148e2 Mon Sep 17 00:00:00 2001 From: NikhitaR-IFX Date: Thu, 22 Aug 2024 11:14:44 +0530 Subject: [PATCH] examples/imagimob/README.md: Adding setup details. Signed-off-by: NikhitaR-IFX --- examples/imagimob/README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/examples/imagimob/README.md b/examples/imagimob/README.md index 8ebf61c8714fa..076eacbc80d23 100644 --- a/examples/imagimob/README.md +++ b/examples/imagimob/README.md @@ -4,9 +4,16 @@ This directory contains the imagimob generated model files and the interface for ## Folder structure -model.c : Imagimob generated source code in C for your developed model in the studio. -model.h : Imagimob generated source code in C for your developed model in the studio. +**model.c** : Imagimob generated source code in C for your developed model in the studio. -imai_mp_iface.c : MicroPython interface for ImagiMob models. +**model.h** : Imagimob generated source code in C for your developed model in the studio. -micropython.mk : Makefile configurations for firmware generation. +**imai_mp_iface.c** : MicroPython interface for ImagiMob models. + +**micropython.mk** : Makefile configurations for firmware generation. + +## Installation + +Follow the steps below to get your workspace ready. Please check for the pre-requisites mentioned [here](../../ports/psoc6/README.md#Pre-requisites). + +## Usage