Skip to content

Commit

Permalink
examples/imagimob/README.md: Adding setup details.
Browse files Browse the repository at this point in the history
Signed-off-by: NikhitaR-IFX <[email protected]>
  • Loading branch information
NikhitaR-IFX committed Aug 22, 2024
1 parent a2b7c72 commit 228cdc8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions examples/imagimob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 228cdc8

Please sign in to comment.